Versions in this module Expand all Collapse all v0 v0.1.0 Nov 23, 2024 v0.0.1 Nov 16, 2024 Changes in this version + type Field struct + ID *ast.Ident + Type Type + type Fields []Field + func (fs *Fields) Format(seperator string) string + func (fs *Fields) List() []string + func (fs *Fields) Parse(field *ast.Field) + type Type struct + Key string + Pkg string + Pointer bool + func (t *Type) Parse(expr ast.Expr) + func (t *Type) String() string