Documentation ¶ Index ¶ type Parser func New() *Parser func (p *Parser) ParseFile(filePath string) ([]vtypes.ValidationStruct, string, error) func (p *Parser) ParsePackage(packagePath string) ([]vtypes.ValidationStruct, string, error) 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 New ¶ func New() *Parser func (*Parser) ParseFile ¶ func (p *Parser) ParseFile(filePath string) ([]vtypes.ValidationStruct, string, error) func (*Parser) ParsePackage ¶ func (p *Parser) ParsePackage(packagePath string) ([]vtypes.ValidationStruct, string, error) Source Files ¶ View all Source files parser.go Click to show internal directories. Click to hide internal directories.