Documentation ¶ Index ¶ type Processor func (p *Processor) Name() string func (p *Processor) Output() map[string][]byte func (p *Processor) Process(node annotation.Node) error func (p *Processor) Version() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Processor ¶ type Processor struct { // contains filtered or unexported fields } func (*Processor) Name ¶ func (p *Processor) Name() string func (*Processor) Output ¶ func (p *Processor) Output() map[string][]byte func (*Processor) Process ¶ func (p *Processor) Process(node annotation.Node) error func (*Processor) Version ¶ func (p *Processor) Version() string Source Files ¶ View all Source files processor.go validator.go Directories ¶ Show internal Expand all Path Synopsis annotations cmd generators cache nodes templates utils Click to show internal directories. Click to hide internal directories.