Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Listeners ¶
type Listeners struct { // Main handle all incoming requests. Main net.Listener // GWConn forwards HTTP requests to the gRPC server. GWConn *grpc.ClientConn }
Listeners combines the API server listeners and forwarders.
type Server ¶
type Server struct { ServerOptions // contains filtered or unexported fields }
Server is a helper to manager an API Server.
type ServerOptions ¶
ServerOptions to configure it once for all.
Click to show internal directories.
Click to hide internal directories.