nolint:interfacebloat
()
| 22 | |
| 23 | type Plugin interface { //nolint:interfacebloat |
| 24 | GetTemplates() fs.FS |
| 25 | GetFuncMap() map[string]any |
| 26 | TypeObjectName(name string) string |
| 27 | TypeScalarName(scalar *TypeScalar) string |
no outgoing calls
no test coverage detected