package service

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Gateway

gateway.proto:8

网关机的 rpc server定义 cd gateway/rpc 下 执行 protoc -I service --go_out=plugins=grpc:service service/gateway.proto

service state

state.proto:8

网关机的 rpc server定义 cd state/rpc 下 执行 protoc -I service --go_out=plugins=grpc:service service/state.proto

service user

user.proto:13

message GatewayRequest

gateway.proto:13

Used as request type in: Gateway.DelConn, Gateway.Push

message GatewayResponse

gateway.proto:18

Used as response type in: Gateway.DelConn, Gateway.Push

message QueryUserOption

user.proto:23

Used in: QueryUsersRequest

message StateRequest

state.proto:13

Used as request type in: state.CancelConn, state.SendMsg

message StateResponse

state.proto:19

Used as response type in: state.CancelConn, state.SendMsg