Documentation ¶
Index ¶
Constants ¶
View Source
const ( DUBBO_HEADER_LEN = 16 DUBBO_ID_LEN = 8 DUBBO_MAGIC_IDX = 0 DUBBO_FLAG_IDX = 2 DUBBO_STATUS_IDX = 3 DUBBO_ID_IDX = 4 DUBBO_DATA_LEN_IDX = 12 )
Variables ¶
View Source
var DUBBO_MAGIC_TAG []byte = []byte{0xda, 0xbb}
Functions ¶
func NewRPCDubbo ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.