Documentation ¶ Index ¶ type Plugin func (p *Plugin) Generate(schema *parser.Schema, output *gen.Output) error func (p *Plugin) Name() string func (p *Plugin) Order() int func (p *Plugin) Qualify(schema *parser.Schema) bool func (p *Plugin) Tags() []string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Plugin ¶ type Plugin struct { } func (*Plugin) Generate ¶ func (p *Plugin) Generate(schema *parser.Schema, output *gen.Output) error func (*Plugin) Name ¶ func (p *Plugin) Name() string func (*Plugin) Order ¶ func (p *Plugin) Order() int func (*Plugin) Qualify ¶ func (p *Plugin) Qualify(schema *parser.Schema) bool func (*Plugin) Tags ¶ added in v0.9.3 func (p *Plugin) Tags() []string Source Files ¶ View all Source files execute.go plugin.go qualify.go Click to show internal directories. Click to hide internal directories.