Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Object ¶
type Object struct {
A uint32 `msg:"A"`
B uint64 `msg:"B"`
C float32 `msg:"C"`
D float64 `msg:"D"`
E string `msg:"E"`
F bool `msg:"F"`
G []byte `msg:"G"`
H [][]byte `msg:"H"`
}
Object is a test struct
func (*Object) DecodeMsg ¶
DecodeMsg implements msgp.Decodable
func (*Object) EncodeMsg ¶
EncodeMsg implements msgp.Encodable
func (*Object) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
func (*Object) Msgsize ¶
Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message
Source Files
¶
- model.go
- model_gen.go
Click to show internal directories.
Click to hide internal directories.