package
0.0.0-20241010151451-24fb3dc77dd7
Repository: https://github.com/bufbuild/plugins.git
Documentation: pkg.go.dev

# Functions

FilterByChangedFiles works with https://github.com/tj-actions/changed-files#outputs to filter out unchanged plugins.
FilterByPluginsEnv returns matching plugins based on a space separated list of plugins (and optional versions) to include.
FindAll returns every plugin found in the specified root directory.
Load loads the buf.plugin.yaml at the specified path and returns a structure containing metadata for the plugin.
No description provided by the author
Walk loads every buf.plugin.yaml found in the specified root directory and calls the callback function with each plugin.

# Structs

Dependency represents a dependency one plugin has on another.
No description provided by the author
Plugin represents metadata (and filesystem path) information about a plugin.