package minekube.gate.v1

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

service GateService

gate_service.proto:8

GateService is the service API for managing a Gate proxy instance. It provides methods for managing players and servers. All methods follow standard gRPC error codes and include detailed error messages.

message Player

gate_service.proto:150

Player represents an online player on the proxy.

Used in: GetPlayerResponse, ListPlayersResponse

message Server

gate_service.proto:108

Server represents a backend server where Gate can connect players to.

Used in: ListServersResponse