Upated plugin implementations return type

This commit is contained in:
David Allen 2024-07-08 16:08:28 -06:00
parent 871776ca84
commit 7494468bed
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC
8 changed files with 13 additions and 10 deletions

View file

@ -30,3 +30,5 @@ func (g *Example) Generate(config *configurator.Config, opts ...util.Option) (ge
information about constructing plugins and plugin requirements.`
return generator.Files{"example": []byte(g.Message)}, nil
}
var Generator Example