mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-20 11:37:00 -07:00
Updated generator plugins to reflect generator changes
This commit is contained in:
parent
56be39ff99
commit
f443558b50
6 changed files with 68 additions and 65 deletions
|
|
@ -17,7 +17,7 @@ func (g *Powerman) GetGroups() []string {
|
|||
return []string{"powerman"}
|
||||
}
|
||||
|
||||
func (g *Powerman) Generate(config *configurator.Config, opts ...util.Option) ([]byte, error) {
|
||||
func (g *Powerman) Generate(config *configurator.Config, opts ...util.Option) (map[string][]byte, error) {
|
||||
return nil, fmt.Errorf("plugin does not implement generation function")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue