Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrpcServerContext ¶
type GrpcServerContext struct {
// GRPC server handle, over which the grpc server is hosted,
// This handle will be used by the service providers to plumb
// newly created GRPC server handlers
Server *grpc.Server
// GRPC gateway mux handle, used to register the GRPC gateway
// http handle as per the grpc gateway spec, with under neath
// Endpoint registered catching http requests on the server
Mux *runtime.ServeMux
// GRPC client handle typically to the above grpc server itself
// required by GRPC gateway to plumb between server and mux
Conn *grpc.ClientConn
}
Click to show internal directories.
Click to hide internal directories.