Versions in this module Expand all Collapse all v1 v1.202547.2 Nov 21, 2025 Changes in this version + type PluginList struct + type PluginNode struct + type PluginSystem interface + BESPipeInterceptor func() interceptors.Interceptor + BESPluginInterceptor func() interceptors.Interceptor + BuildHooksInterceptor func(streams ioutils.Streams) interceptors.Interceptor + Configure func(streams ioutils.Streams, pluginsConfig interface{}) error + RegisterCustomCommands func(cmd *cobra.Command, bazelStartupArgs []string) error + RunHooksInterceptor func(streams ioutils.Streams) interceptors.Interceptor + TearDown func() + TestHooksInterceptor func(streams ioutils.Streams) interceptors.Interceptor + func NewPluginSystem() PluginSystem