Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Parser ¶
type Parser struct { }
func (*Parser) NewConfig ¶
func (p *Parser) NewConfig() generator.ParserConfig
func (*Parser) Parse ¶
func (p *Parser) Parse(oc generator.ParserConfig) (*generator.PrototypeSet, error)
type ParserConfig ¶
type ParserConfig struct {
Dir string `json:"dir,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.