Documentation
¶
Index ¶
Constants ¶
View Source
const ( ProtoIDSubAReq = uint32(30001) ProtoIDSubARsp = uint32(30002) )
ProtoID
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SubAElem ¶
type SubAElem struct {
IDList []string `json:"id_list,omitempty"`
Lang string `json:"lang,omitempty"`
}
func NewSubAElem ¶
func NewSubAElem() *SubAElem
func (*SubAElem) NewST ¶
func (st *SubAElem) NewST() sample_proto.DefineST
type SubAReq ¶
type SubAReq struct {
Header *sample_proto.HeaderReq `json:"header"`
List []*SubAElem `json:"list,omitempty"`
}
func NewSubAReq ¶
func NewSubAReq() *SubAReq
func (*SubAReq) New ¶
func (st *SubAReq) New() sample_proto.Message
func (*SubAReq) NewST ¶
func (st *SubAReq) NewST() sample_proto.DefineST
type SubARsp ¶
type SubARsp struct {
Header *sample_proto.HeaderRsp `json:"header"`
Modified []string `json:"modified,omitempty"`
Reward []*super_schema.ItemElem `json:"reward,omitempty"`
}
func NewSubARsp ¶
func NewSubARsp() *SubARsp
func (*SubARsp) New ¶
func (st *SubARsp) New() sample_proto.Message
func (*SubARsp) NewST ¶
func (st *SubARsp) NewST() sample_proto.DefineST
Click to show internal directories.
Click to hide internal directories.