Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gateway ¶
type Gateway struct { Creds credentials.TransportCredentials DialOpts []grpc.DialOption Host string Port int //mux *http.ServeMux ListenAddr string Mux *runtime.ServeMux Services map[string]*server.Server }
Gateway represents an implementation of the GatewayServer interface.
Click to show internal directories.
Click to hide internal directories.