Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrpcWebServer ¶
type GrpcWebServer struct {
StreamInterceptor grpc.StreamServerInterceptor
UnaryInterceptor grpc.UnaryServerInterceptor
AllowedOrigins []string
AllowAllOrigins bool
WrappedGrpc *grpcweb.WrappedGrpcServer
GrpcServer *grpc.Server
}
func (*GrpcWebServer) Serve ¶
func (server *GrpcWebServer) Serve() error
Serve start GrpcServer,GrpcWebServer with defined options
Click to show internal directories.
Click to hide internal directories.