Documentation
¶
Index ¶
Constants ¶
View Source
const ( Identical mode = iota LeftInclusive )
Variables ¶
This section is empty.
Functions ¶
func ComparePackageTypes ¶
func ComparePackageTypes(m mode, packages ...*PackageDescription) (bool, error)
func FindMatchingTypePairs ¶
func FindMatchingTypePairs(mapA, mapB models.MapCollection[string, *models.Struct]) models.ListCollection[*StructPair]
Types ¶
type Discrepancy ¶
type Discrepancy struct { TypeName string Reason string PackageA string PackageB string FieldDiffs []FieldDifference }
type FieldDifference ¶
type PackageDescription ¶
Click to show internal directories.
Click to hide internal directories.