Versions in this module Expand all Collapse all v2 v2.9.1 Dec 25, 2023 Changes in this version + type Metagame struct + func (m *Metagame) LogRemote(ctx context.Context, arg *protos.Arg) (*protos.Response, error) + type RPCJob struct + func (r *RPCJob) GetArgReply(route string) (arg, reply proto.Message, err error) + func (r *RPCJob) RPC(ctx context.Context, serverID, routeStr string, reply, arg proto.Message) error + func (r *RPCJob) ServerDiscovery(route string, rpcMetadata map[string]interface{}) (serverID string, err error) + type Room struct + func NewRoom(app pitaya.Pitaya) *Room + func (r *Room) CallLog(ctx context.Context, arg *protos.Arg) (*protos.Response, error) + type Worker struct + func (w *Worker) Configure(app pitaya.Pitaya) Other modules containing this package github.com/pandazxx/pitaya