Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigModelPlugin ¶
type ConfigModelPlugin interface {
// Model returns the config model
Model() configmodel.ConfigModel
}
ConfigModelPlugin provides a config model
func Load ¶
func Load(path string) (ConfigModelPlugin, error)
Load loads the plugin at the given path
Click to show internal directories.
Click to hide internal directories.