Documentation
¶
Index ¶
- func NewPluginExecutor(ctx context.Context, core adapter.Core, logger log.Logger, tag string, ...) (adapter.PluginExecutor, error)
- func NewPluginMatcher(ctx context.Context, core adapter.Core, logger log.Logger, tag string, ...) (adapter.PluginMatcher, error)
- func PluginExecutorTypes() []string
- func PluginMatcherTypes() []string
- func RegisterPluginExecutor(_type string, factory PluginExecutorFactory)
- func RegisterPluginMatcher(_type string, factory PluginMatcherFactory)
- type PluginExecutorFactory
- type PluginExecutorOptions
- type PluginMatcherFactory
- type PluginMatcherOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPluginExecutor ¶
func NewPluginMatcher ¶
func PluginExecutorTypes ¶
func PluginExecutorTypes() []string
func PluginMatcherTypes ¶
func PluginMatcherTypes() []string
func RegisterPluginExecutor ¶
func RegisterPluginExecutor(_type string, factory PluginExecutorFactory)
func RegisterPluginMatcher ¶
func RegisterPluginMatcher(_type string, factory PluginMatcherFactory)
Types ¶
type PluginExecutorFactory ¶
type PluginExecutorOptions ¶
type PluginMatcherFactory ¶
type PluginMatcherOptions ¶
Click to show internal directories.
Click to hide internal directories.