Documentation ¶
Index ¶
- func Init()
- func InitEdgeServerWithHttp(serverID string, clientPort int, opts ...edge.Option) *edge.Server
- func InitEdgeServerWithWebsocket(serverID string, clientPort int, opts ...edge.Option) *edge.Server
- func ReceivedMessages() int32
- func ReceivedUpdates() int32
- func ResetCounters()
- type Handlers
- func (h Handlers) Ask(ctx *edge.RequestCtx, req *pb.AskRequest, res *pb.AskResponse)
- func (h Handlers) Echo(ctx *edge.RequestCtx, req *pb.EchoRequest, res *pb.EchoResponse)
- func (h Handlers) Func1(ctx *edge.RequestCtx, req *pb.Req1, res *pb.Res1)
- func (h Handlers) Func2(ctx *edge.RequestCtx, req *pb.Req2, res *pb.Res2)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitEdgeServerWithHttp ¶
func ReceivedMessages ¶
func ReceivedMessages() int32
func ReceivedUpdates ¶
func ReceivedUpdates() int32
func ResetCounters ¶
func ResetCounters()
Types ¶
type Handlers ¶
type Handlers struct{}
func (Handlers) Ask ¶
func (h Handlers) Ask(ctx *edge.RequestCtx, req *pb.AskRequest, res *pb.AskResponse)
func (Handlers) Echo ¶
func (h Handlers) Echo(ctx *edge.RequestCtx, req *pb.EchoRequest, res *pb.EchoResponse)
Click to show internal directories.
Click to hide internal directories.