Documentation ¶
Overview ¶
Package MSG_HeartBeat is a generated protocol buffer package.
It is generated from these files:
MSG_HeartBeat.proto
It has these top-level messages:
CS_HeartBeat_Req SC_HeartBeat_Rsp
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorCode_name = map[int32]string{
0: "Invalid",
1: "Success",
2: "Fail",
}
View Source
var ErrorCode_value = map[string]int32{
"Invalid": 0,
"Success": 1,
"Fail": 2,
}
View Source
var SUBMSG_name = map[int32]string{
0: "Begin",
1: "CS_HeartBeat",
2: "SC_HeartBeat",
}
View Source
var SUBMSG_value = map[string]int32{
"Begin": 0,
"CS_HeartBeat": 1,
"SC_HeartBeat": 2,
}
Functions ¶
This section is empty.
Types ¶
type CS_HeartBeat_Req ¶
type CS_HeartBeat_Req struct {
SvrPoint uint32 `protobuf:"varint,1,opt,name=SvrPoint" json:"SvrPoint,omitempty"`
}
CS_HeartBeat
func (*CS_HeartBeat_Req) Descriptor ¶
func (*CS_HeartBeat_Req) Descriptor() ([]byte, []int)
func (*CS_HeartBeat_Req) ProtoMessage ¶
func (*CS_HeartBeat_Req) ProtoMessage()
func (*CS_HeartBeat_Req) Reset ¶
func (m *CS_HeartBeat_Req) Reset()
func (*CS_HeartBeat_Req) String ¶
func (m *CS_HeartBeat_Req) String() string
type SC_HeartBeat_Rsp ¶
type SC_HeartBeat_Rsp struct { }
SC_HeartBeat
func (*SC_HeartBeat_Rsp) Descriptor ¶
func (*SC_HeartBeat_Rsp) Descriptor() ([]byte, []int)
func (*SC_HeartBeat_Rsp) ProtoMessage ¶
func (*SC_HeartBeat_Rsp) ProtoMessage()
func (*SC_HeartBeat_Rsp) Reset ¶
func (m *SC_HeartBeat_Rsp) Reset()
func (*SC_HeartBeat_Rsp) String ¶
func (m *SC_HeartBeat_Rsp) String() string
Click to show internal directories.
Click to hide internal directories.