Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IAgones ¶ added in v0.0.23
type IAgones interface { Init() error Ready() error Health() error Allocate() error Shutdown() error Reserve(d time.Duration) error SetLabel(key, value string) error SetAnnotation(key, value string) error GameServer() (*sdk.GameServer, error) WatchGameServer(_ agone.GameServerCallback) error Alpha() *agone.Alpha }
type IConnectionMux ¶
type IConnectionMux interface { IServer IGrpcListener IHttpListener }
type IGatewayServer ¶
type IGatewayService ¶
type IGatewayService interface {
RegisterWithGatewayServer(server IGatewayServer) error
}
type IGrpcListener ¶
type IGrpcServer ¶
type IGrpcService ¶
type IGrpcService interface {
RegisterWithGrpcServer(server IGrpcServer) error
}
type IHttpListener ¶
type ITcpListener ¶
type IWebSocketListener ¶
type IZinxServer ¶
type IZinxService ¶
type IZinxService interface {
RegisterWithServer(server IZinxServer)
}
Click to show internal directories.
Click to hide internal directories.