# Functions
Serve starts gRPC server and HTTP grpc gateway server.
WithGRPCServerOptions allows user to add custom grpc server options.
WithHTTPMarshalerOptions allows user to add custom http marshaler options.
WithLogger overrides the default logger used by the default logging interceptor.
WithLoggingInterceptor overrides the default logging interceptor.
WithPassThruIncomingHeaders adds incoming headers to pass through from http to grpc.
WithPassThruOutgoingHeaders adds outgoing headers to pass through from grpc to http.
WithServices add services to serve.
# Structs
No description provided by the author