Versions in this module Expand all Collapse all v0 v0.1.1 Nov 28, 2025 v0.1.0 Oct 7, 2025 Changes in this version + func DefaultParsing(node *data.TypeNode, typ reflect.Type) + func Parse(node *data.TypeNode, typ reflect.Type, pkg string, ...) + func ParseArray(node *data.TypeNode, typ reflect.Type, pkg string, ...) + func ParseBuiltin(node *data.TypeNode, pkg string, typ reflect.Type) + func ParseFunc(node *data.TypeNode, typ reflect.Type, pkg string) + func ParseInterface(node *data.TypeNode, typ reflect.Type, pkg string, ...) + func ParseMap(node *data.TypeNode, typ reflect.Type, pkg string, ...) + func ParsePointer(node *data.TypeNode, typ reflect.Type, pkg string, ...) + func ParseSlice(node *data.TypeNode, typ reflect.Type, pkg string, ...) + func ParseStructure(node *data.TypeNode, typ reflect.Type, pkg string, ...) + func StructFieldsEqual(node *data.TypeNode, typ reflect.Type, pkg string, ...) + func TypeAlreadyVisited(typ reflect.Type, fqnTypesProcessed map[string]struct{}) bool