Documentation ¶ Index ¶ type Parser func NewParser(tagParser tagParser) *Parser func (p *Parser) ParseObject(pkgPath string, object *codegen.Object) error func (p *Parser) Reset() func (p *Parser) Structs() []parser.Struct Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Parser ¶ type Parser struct { // contains filtered or unexported fields } func NewParser ¶ func NewParser(tagParser tagParser) *Parser func (*Parser) ParseObject ¶ func (p *Parser) ParseObject(pkgPath string, object *codegen.Object) error func (*Parser) Reset ¶ func (p *Parser) Reset() func (*Parser) Structs ¶ func (p *Parser) Structs() []parser.Struct Source Files ¶ View all Source files parser.go Click to show internal directories. Click to hide internal directories.