implement grpc gateway and addl handler support

This commit is contained in:
2025-03-24 16:24:03 -04:00
parent 4e014d5ea0
commit 262f6a4232
12 changed files with 241 additions and 165 deletions

View File

@ -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) (