func(globals *model.Globals, param string) (err error)
| 5 | type GenSingleFile func(globals *model.Globals) (data []byte, err error) |
| 6 | |
| 7 | type GenCustom func(globals *model.Globals, param string) (err error) |
nothing calls this directly
no outgoing calls
no test coverage detected