Documentation ¶ Index ¶ type Registry func New(baseDir string, cfg map[string]config.PluginConfig, logger *zap.Logger) *Registry func (r *Registry) Close() func (r *Registry) Plugins() map[string]pb.PluginClient Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Registry ¶ type Registry struct { // contains filtered or unexported fields } func New ¶ added in v0.2.0 func New(baseDir string, cfg map[string]config.PluginConfig, logger *zap.Logger) *Registry func (*Registry) Close ¶ func (r *Registry) Close() func (*Registry) Plugins ¶ added in v0.0.14 func (r *Registry) Plugins() map[string]pb.PluginClient Source Files ¶ View all Source files registry.go Click to show internal directories. Click to hide internal directories.