Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GinServer ¶
type GinServer struct {
// contains filtered or unexported fields
}
func NewGinServer ¶
type MicroService ¶
type MicroService struct {
// contains filtered or unexported fields
}
func NewMicroService ¶
func NewMicroService(c *Combat, ctx *ucli.Context) *MicroService
func (*MicroService) Run ¶
func (s *MicroService) Run() error
type RpcHandler ¶
type RpcHandler struct {
// contains filtered or unexported fields
}
func NewRpcHandler ¶
func NewRpcHandler(c *Combat) *RpcHandler
func (*RpcHandler) StartStageCombat ¶
func (h *RpcHandler) StartStageCombat(ctx context.Context, req *pbCombat.StartStageCombatReq, rsp *pbCombat.StartStageCombatReply) error
/////////////////////////////////////////// rpc receive ///////////////////////////////////////////
Source Files ¶
Click to show internal directories.
Click to hide internal directories.