Versions in this module Expand all Collapse all v0 v0.1.1 Mar 4, 2026 v0.1.0 Dec 10, 2025 Changes in this version + const CommentPrefix + const CommentPrefixDefault + const DefaultMaxMemory + const DirectiveHandler + const FieldNameRaw + const FieldNameRawBody + const FieldNameReq + const FieldNameRequest + const FieldNameRes + const FieldNameResponse + const FieldNameResponseWriter + const FieldNameWriter + const SourceBody + const SourceCookie + const SourceForm + const SourceHeader + const SourcePath + const SourceQuery + const TagCookie + const TagForm + const TagHeader + const TagJSON + const TagPath + const TagQuery + const TagValidate + const TypeFileHeader + const TypeFileHeaderSlice + type Field struct + InComment string + InCommentName string + IsBody bool + IsEmbedded bool + IsFile bool + IsPointer bool + IsRawBody bool + IsRequest bool + IsResponseWriter bool + IsSlice bool + Name string + NestedStruct *Struct + PackagePath string + SliceType string + StructTag string + Type string + type Handler struct + HasRequest bool + HasResponseWriter bool + Name string + Package string + ParamType string + Pos token.Position + Receiver string + ReturnType string + Struct *Struct + type ParseResult struct + Handlers []Handler + Source Source + Structs map[string]*Struct + Warnings []string + func ExtractFromGeneric(generic *coreast.ParseResult) (*ParseResult, error) + type Parser struct + func New() *Parser + func (p *Parser) ParseFile(filename string) (*ParseResult, error) + type Source struct + Filename string + Package string + type Struct struct + Fields []Field + IsDTO bool + Name string