Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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.