Versions in this module Expand all Collapse all v0 v0.0.1 Mar 15, 2026 Changes in this version + type Config struct + CaseInsensitive bool + Strict bool + TagKey string + Verbose bool + type FieldMapping struct + AddrOf bool + ConvType string + Deref bool + DstField string + DstTypeName string + IsSliceMap bool + IsStructMap bool + NeedsConv bool + SliceDst string + SliceDstFull string + SliceElemAddrOf bool + SliceElemConv bool + SliceElemConvType string + SliceElemDeref bool + SliceSrc string + SrcAccessor string + StructDst string + StructSrc string + type NestedDstAssignment struct + ConvType string + DstPath string + NeedsConv bool + SrcAccessor string + type Result struct + Mappings []FieldMapping + NestedDstAssignments []NestedDstAssignment + Unmapped []UnmappedField + func Match(src, dst *loader.StructInfo, cfg Config) (*Result, error) + type UnmappedField struct + Name string + Type string