Documentation
¶
Index ¶
Constants ¶
View Source
const ( ProtoIDSubBReq = uint32(30003) ProtoIDSubBRsp = uint32(30004) )
ProtoID
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SubBReq ¶
type SubBReq struct {
Header *sample_proto.HeaderReq `json:"header"`
List []*sub_a.SubAElem `json:"list,omitempty"`
}
func NewSubBReq ¶
func NewSubBReq() *SubBReq
func (*SubBReq) New ¶
func (st *SubBReq) New() sample_proto.Message
func (*SubBReq) NewST ¶
func (st *SubBReq) NewST() sample_proto.DefineST
type SubBRsp ¶
type SubBRsp struct {
Header *sample_proto.HeaderRsp `json:"header"`
Modified []string `json:"modified,omitempty"`
}
func NewSubBRsp ¶
func NewSubBRsp() *SubBRsp
func (*SubBRsp) New ¶
func (st *SubBRsp) New() sample_proto.Message
func (*SubBRsp) NewST ¶
func (st *SubBRsp) NewST() sample_proto.DefineST
Click to show internal directories.
Click to hide internal directories.