Documentation ¶
Index ¶
Constants ¶
View Source
const ( //ParamArgs args type ParamArgs = ParamType(true) //ParamReply reply type ParamReply = ParamType(false) )
Variables ¶
View Source
var ServiceMethodParamPool = &SrvVarPool{}
ServiceMethodParamPool service method param pool
Functions ¶
This section is empty.
Types ¶
type Pub ¶
type Pub struct { }
Pub Pub服务定义
func (Pub) HeroGetAll ¶
func (Pub) HeroGetAll(*pubmsg.HeroGetAllArgs, *pubmsg.HeroGetAllReply)
HeroGetAll 取所有英雄数据
type SrvVarPool ¶
type SrvVarPool struct {
// contains filtered or unexported fields
}
SrvVarPool service method param variable pool
Click to show internal directories.
Click to hide internal directories.