Documentation
¶
Index ¶
- func ApplyErrata(spec *spec.Specification) (err error)
- func CheckAlchemyVersion(sdkRoot string) error
- func CheckUnderlyingType(field *matter.Field, de types.DataTypeExtreme, ...) (out types.DataTypeExtreme, redundant bool)
- func FindBaseType(dataType *types.DataType) types.BaseDataType
- func ToUnderlyingType(dt types.BaseDataType) types.BaseDataType
- type SDKOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyErrata ¶ added in v1.6.2
func ApplyErrata(spec *spec.Specification) (err error)
func CheckAlchemyVersion ¶
func CheckUnderlyingType ¶
func CheckUnderlyingType(field *matter.Field, de types.DataTypeExtreme, dataExtremePurpose types.DataExtremePurpose) (out types.DataTypeExtreme, redundant bool)
func FindBaseType ¶
func FindBaseType(dataType *types.DataType) types.BaseDataType
func ToUnderlyingType ¶
func ToUnderlyingType(dt types.BaseDataType) types.BaseDataType
Types ¶
type SDKOptions ¶
type SDKOptions struct {
SdkRoot string `default:"connectedhomeip" aliases:"sdkRoot" help:"the root of your clone of project-chip/connectedhomeip" group:"SDK:"`
}
Click to show internal directories.
Click to hide internal directories.