Versions in this module Expand all Collapse all v0 v0.16.0 Oct 12, 2023 Changes in this version + type Base byte + const BaseByte + const BaseEnum + const BaseFloat32 + const BaseFloat64 + const BaseSint16 + const BaseSint32 + const BaseSint64 + const BaseSint8 + const BaseString + const BaseUint16 + const BaseUint16z + const BaseUint32 + const BaseUint32z + const BaseUint64 + const BaseUint64z + const BaseUint8 + const BaseUint8z + func BaseFromString(s string) (Base, error) + func DecodeBase(b byte) Base + func (t Base) Float() bool + func (t Base) GoInvalidValue() string + func (t Base) GoType() string + func (t Base) Integer() bool + func (t Base) Invalid() interface{} + func (t Base) Known() bool + func (t Base) PkgString() string + func (t Base) Signed() bool + func (t Base) Size() int + func (t Base) String() string + type Fit uint16 + func Make(kind Kind, array bool) Fit + func MakeNative(b Base, array bool) Fit + func (f Fit) Array() bool + func (f Fit) BaseType() Base + func (f Fit) GoInvalidValue() string + func (f Fit) GoType() string + func (f Fit) Kind() Kind + func (f Fit) String() string + func (f Fit) Valid() bool + func (f Fit) ValueString() string + type Kind byte + const Lat + const Lng + const NativeFit + const TimeLocal + const TimeUTC + func (k Kind) String() string