Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GRPCEndpoints = endpoints.GRPCRegistry{} GatewayEndpoints = endpoints.ProxyRegistry{} CorsPatterns = grpc_cors.PatternRegistry{} )
Functions ¶
This section is empty.
Types ¶
type ServerOptions ¶
type ServerOptions struct { RecommendedOptions *options.RecommendedOptions LogRPC bool }
func NewServerOptions ¶
func NewServerOptions() *ServerOptions
func (*ServerOptions) Complete ¶
func (o *ServerOptions) Complete() error
func (ServerOptions) RunServer ¶
func (o ServerOptions) RunServer(stopCh <-chan struct{}) error
func (ServerOptions) Validate ¶
func (o ServerOptions) Validate(args []string) error
Click to show internal directories.
Click to hide internal directories.