Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AspectPlugin ¶
type AspectPlugin struct { Name string `yaml:"name"` From string `yaml:"from"` Version string `yaml:"version"` LogLevel string `yaml:"log_level"` Properties map[string]interface{} `yaml:"properties"` }
AspectPlugin represents a plugin entry in the plugins file.
type Finder ¶
Finder is the interface that wraps the simple Find method that performs the finding of the plugins file in the user system.
type Parser ¶
type Parser interface {
Parse(aspectpluginsPath string) ([]AspectPlugin, error)
}
Parser is the interface that wraps the Parse method that performs the parsing of a plugins file.
Click to show internal directories.
Click to hide internal directories.