Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶ added in v0.21.1
type Builder struct {
// contains filtered or unexported fields
}
func NewBuilder ¶
type CondValue ¶ added in v0.16.0
type CondValue struct { Conds []string ReturnValue ReturnValue }
type DynamicField ¶ added in v0.16.0
type DynamicField struct { Name string SwitchCases []SwitchCase Default ReturnValue }
type Field ¶
type Field struct { Num byte Name string String string ProfileType string BaseType string BaseTypeInvalid string Size byte Type string TypedValue string PrimitiveValue string ProtoValue string IsValidValue string ComparableValue string InvalidValue string Comment string Units string Scale float64 Offset float64 Array bool CanExpand bool FixedArraySize byte InvalidArrayValueScaled string }
type ReturnValue ¶ added in v0.16.0
type SwitchCase ¶ added in v0.16.0
Click to show internal directories.
Click to hide internal directories.