Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct { Meta PluginManifest Programs []Program }
type PluginExpr ¶
type PluginManifest ¶
type PluginManifest struct { Name string `toml:"name"` Version string `toml:"version"` Author string `toml:"author"` Description string `toml:"description"` ExprSources []PluginExpr `toml:"sources"` }
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func NewProvider ¶
func NewProvider(p ProviderParams) (*Provider, error)
type ProviderParams ¶
type ProviderParams struct { Config providers.ConfigurationProvider Logger *zap.Logger }
Click to show internal directories.
Click to hide internal directories.