func(globals *model.Globals) (data []byte, err error)
| 3 | import "github.com/davyxu/tabtoy/v3/model" |
| 4 | |
| 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