Documentation ¶ Index ¶ func New(filename string, typename string) plugin.Plugin type Plugin func (m *Plugin) GenerateCode(data *codegen.Data) error func (m *Plugin) MutateConfig(cfg *config.Config) error func (m *Plugin) Name() string type ResolverBuild Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(filename string, typename string) plugin.Plugin Types ¶ type Plugin ¶ type Plugin struct { // contains filtered or unexported fields } func (*Plugin) GenerateCode ¶ func (m *Plugin) GenerateCode(data *codegen.Data) error func (*Plugin) MutateConfig ¶ func (m *Plugin) MutateConfig(cfg *config.Config) error func (*Plugin) Name ¶ func (m *Plugin) Name() string type ResolverBuild ¶ type ResolverBuild struct { *codegen.Data TypeName string } Source Files ¶ View all Source files stubs.go Click to show internal directories. Click to hide internal directories.