Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MsgpNullableString ¶
type MsgpNullableString string
func (MsgpNullableString) MarshalMsg ¶
func (z MsgpNullableString) MarshalMsg(b []byte) (o []byte, err error)
MarshalMsg implements msgp.Marshaler
func (MsgpNullableString) Msgsize ¶
func (z MsgpNullableString) Msgsize() (s int)
Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message
func (*MsgpNullableString) UnmarshalMsg ¶
func (z *MsgpNullableString) UnmarshalMsg(bts []byte) (o []byte, err error)
UnmarshalMsg implements msgp.Unmarshaler
type Request ¶
type Request struct {
Seq uint32
Method string
Args Value
// contains filtered or unexported fields
}
func (*Request) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
func (*Request) Msgsize ¶
Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message
type Response ¶
type Response struct {
Seq uint32
Error MsgpNullableString
Result msgp.Raw
// contains filtered or unexported fields
}
func (*Response) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
func (*Response) Msgsize ¶
Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message
Source Files
¶
- msgp_encoding.go
- msgp_encoding_gen.go
Click to show internal directories.
Click to hide internal directories.