protoc

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 30, 2021 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CallFunc

func CallFunc(uid string, arg *pbf.Request, handle AgentRpcHandler) *pbf.Response

CallFunc req: *pbf.Response resp: *pbf.Response

func MsgIDs

func MsgIDs() []int32

func OnRouterRpcCall

func OnRouterRpcCall(arg *pbf.ReqArg) (*pbf.RespMsg, errcode.IErr)

OnRouterRpcCall req: *pbf.ReqArg resp: *pbf.RespMsg

func RegisterAgentRpcHandler

func RegisterAgentRpcHandler(msgID meta.IMsgID, handler AgentRpcHandler)

func RespFun

func RespFun(uid string, arg *pbf.Response, handle AgentRespHandler) errcode.IErr

Types

type Agent

type Agent struct {
	Uid string
}

type AgentRespHandler

type AgentRespHandler func(agent *Agent, arg interface{}) errcode.IErr

type AgentRpcHandler

type AgentRpcHandler func(agent *Agent, arg interface{}) (interface{}, errcode.IErr)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL