Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TestStruct ¶
type TestStruct struct { A int `json:"a,omitempty"` B string `json:"b,omitempty"` C bool `json:"c,omitempty"` D []int `json:"d,omitempty"` E map[string]int `json:"e,omitempty"` F *TestStruct `json:"f,omitempty"` }
func (TestStruct) MarshalBinary ¶
func (t TestStruct) MarshalBinary() ([]byte, error)
func (*TestStruct) UnmarshalBinary ¶
func (t *TestStruct) UnmarshalBinary(data []byte) error
Click to show internal directories.
Click to hide internal directories.