Documentation
¶
Index ¶
- type MsgArray
- type MsgArrayCustom
- type MsgArrayFloat32
- type MsgArrayFloat32Custom
- type MsgArrayFloat64
- type MsgArrayFloat64Custom
- type MsgArrayInt8
- type MsgArrayInt8Custom
- type MsgArrayUint8
- type MsgArrayUint8Custom
- type MsgArrayUint8Custom2
- type MsgBool3
- type MsgBool10
- type MsgBoolCustom
- type MsgFloat32
- type MsgFloat32Custom
- type MsgFloat64
- type MsgFloat64Custom
- type MsgInt8
- type MsgInt8Custom
- type MsgInt16
- type MsgInt16Custom
- type MsgInt32
- type MsgInt32Custom
- type MsgInt64
- type MsgInt64Custom
- type MsgMap
- type MsgMapCustom
- type MsgMixed
- type MsgMixedCustom
- type MsgSlice
- type MsgSliceCustom
- type MsgSliceFloat32
- type MsgSliceFloat32Custom
- type MsgSliceFloat64
- type MsgSliceFloat64Custom
- type MsgSliceInt8
- type MsgSliceInt8Custom
- type MsgSliceUint8
- type MsgSliceUint8Custom
- type MsgSliceUint8Custom2
- type MsgString
- type MsgStringCustom
- type MsgStruct
- type MsgStructAnonymous
- type MsgUint8
- type MsgUint8Custom
- type MsgUint16
- type MsgUint16Custom
- type MsgUint32
- type MsgUint32Custom
- type MsgUint64
- type MsgUint64Custom
- type SubMsg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MsgArrayCustom ¶
type MsgArrayCustom struct {
Value test.CustomArray
}
MsgArrayCustom is used in tests
type MsgArrayFloat32 ¶
type MsgArrayFloat32 struct {
Value [5]float32
}
MsgArrayFloat32 is used in tests
type MsgArrayFloat32Custom ¶
type MsgArrayFloat32Custom struct {
Value test.CustomArrayFloat32
}
MsgArrayFloat32Custom is used in tests
type MsgArrayFloat64 ¶
type MsgArrayFloat64 struct {
Value [5]float64
}
MsgArrayFloat64 is used in tests
type MsgArrayFloat64Custom ¶
type MsgArrayFloat64Custom struct {
Value test.CustomArrayFloat64
}
MsgArrayFloat64Custom is used in tests
type MsgArrayInt8Custom ¶
type MsgArrayInt8Custom struct {
Value test.CustomArrayInt8
}
MsgArrayInt8Custom is used in tests
type MsgArrayUint8Custom ¶
type MsgArrayUint8Custom struct {
Value test.CustomArrayUint8
}
MsgArrayUint8Custom is used in tests
type MsgArrayUint8Custom2 ¶
type MsgArrayUint8Custom2 struct {
Value test.CustomArrayCustomUint8
}
MsgArrayUint8Custom2 is used in tests
type MsgBool10 ¶
type MsgBool10 struct {
Value1 bool
Value2 bool
Value3 bool
Value4 bool
Value5 bool
Value6 bool
Value7 bool
Value8 bool
Value9 bool
Value10 bool
}
MsgBool10 is used in tests
type MsgBoolCustom ¶
type MsgBoolCustom struct {
Value test.CustomBool
}
MsgBoolCustom is used in tests
type MsgFloat32Custom ¶
type MsgFloat32Custom struct {
Value test.CustomFloat32
}
MsgFloat32Custom is used in tests
type MsgFloat64Custom ¶
type MsgFloat64Custom struct {
Value test.CustomFloat64
}
MsgFloat64Custom is used in tests
type MsgInt8Custom ¶
type MsgInt8Custom struct {
Value test.CustomInt8
}
MsgInt8Custom is used in tests
type MsgInt16Custom ¶
type MsgInt16Custom struct {
Value test.CustomInt16
}
MsgInt16Custom is used in tests
type MsgInt32Custom ¶
type MsgInt32Custom struct {
Value test.CustomInt32
}
MsgInt32Custom is used in tests
type MsgInt64Custom ¶
type MsgInt64Custom struct {
Value test.CustomInt64
}
MsgInt64Custom is used in tests
type MsgMixed ¶
type MsgMixed struct {
Value1 map[string]spkg1.SubMsg
Value2 map[uint8][]string
Value3 [][32]uint16
Value4 [12]map[int8]float32
Value5 [][3][]map[int16][2]int64
Value6 bool
Value7 bool
Value8 string
}
MsgMixed is used in tests
type MsgMixedCustom ¶
type MsgMixedCustom struct {
Value test.CustomMixed
}
MsgMixedCustom is used in tests
type MsgSliceCustom ¶
type MsgSliceCustom struct {
Value test.CustomSlice
}
MsgSliceCustom is used in tests
type MsgSliceFloat32 ¶
type MsgSliceFloat32 struct {
Value []float32
}
MsgSliceFloat32 is used in tests
type MsgSliceFloat32Custom ¶
type MsgSliceFloat32Custom struct {
Value test.CustomSliceFloat32
}
MsgSliceFloat32Custom is used in tests
type MsgSliceFloat64 ¶
type MsgSliceFloat64 struct {
Value []float64
}
MsgSliceFloat64 is used in tests
type MsgSliceFloat64Custom ¶
type MsgSliceFloat64Custom struct {
Value test.CustomSliceFloat64
}
MsgSliceFloat64Custom is used in tests
type MsgSliceInt8Custom ¶
type MsgSliceInt8Custom struct {
Value test.CustomSliceInt8
}
MsgSliceInt8Custom is used in tests
type MsgSliceUint8Custom ¶
type MsgSliceUint8Custom struct {
Value test.CustomSliceUint8
}
MsgSliceUint8Custom is used in tests
type MsgSliceUint8Custom2 ¶
type MsgSliceUint8Custom2 struct {
Value test.CustomSliceCustomUint8
}
MsgSliceUint8Custom2 is used in tests
type MsgStringCustom ¶
type MsgStringCustom struct {
Value test.CustomString
}
MsgStringCustom is used in tests
type MsgStructAnonymous ¶
MsgStructAnonymous is used in tests
type MsgUint8Custom ¶
type MsgUint8Custom struct {
Value test.CustomUint8
}
MsgUint8Custom is used in tests
type MsgUint16Custom ¶
type MsgUint16Custom struct {
Value test.CustomUint16
}
MsgUint16Custom is used in tests
type MsgUint32Custom ¶
type MsgUint32Custom struct {
Value test.CustomUint32
}
MsgUint32Custom is used in tests
type MsgUint64Custom ¶
type MsgUint64Custom struct {
Value test.CustomUint64
}
MsgUint64Custom is used in tests