implement grpc gateway and addl handler support
This commit is contained in:
@ -29,10 +29,6 @@ type appGRPCServer struct {
|
||||
doneChan chan error
|
||||
}
|
||||
|
||||
func (g *appGRPCServer) GetMux() *runtime.ServeMux {
|
||||
return g.gatewayMux
|
||||
}
|
||||
|
||||
// Returns a shutdown func, a channel indicating done / error,
|
||||
// and an up-front error if server fails to start
|
||||
func InitGRPCServer(ctx context.Context, opts *opts.GRPCOpts) (
|
||||
|
Reference in New Issue
Block a user