Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MapBufferV3 ¶
type Message ¶
type Message struct { Version int16 `jce:",1" json:"version,omitempty"` PacketType uint8 `jce:",2" json:"packet_type,omitempty"` MessageType uint32 `jce:",3" json:"message_type,omitempty"` RequestID int32 `jce:",4" json:"request_id,omitempty"` ServantName string `jce:",5" json:"servant_name,omitempty"` FuncName string `jce:",6" json:"func_name,omitempty"` Buffer []byte `jce:",7" json:"buffer,omitempty"` Timeout int32 `jce:",8" json:"timeout,omitempty"` Context map[string]string `jce:",9" json:"context,omitempty"` Status map[string]string `jce:",10" json:"status,omitempty"` }
Click to show internal directories.
Click to hide internal directories.