Add ability to generate config from available plugins
This commit is contained in:
@@ -5,6 +5,8 @@ type Accumulator interface {
|
||||
}
|
||||
|
||||
type Plugin interface {
|
||||
SampleConfig() string
|
||||
Description() string
|
||||
Gather(Accumulator) error
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user