grpcgateway

package
v0.0.51 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 24, 2021 License: MIT Imports: 20 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EmptyGRPCGatewayOption

type EmptyGRPCGatewayOption struct{}

EmptyGRPCGatewayOption does not alter the configuration. It can be embedded in another structure to build custom options.

This API is EXPERIMENTAL.

type GRPCGateway

type GRPCGateway struct {
	http.Server
	//assigned by ginRouter in PrepareRun
	Handler http.Handler
	// contains filtered or unexported fields
}

func NewGRPCGateWay

func NewGRPCGateWay(addr string, options ...GRPCGatewayOption) *GRPCGateway

func (*GRPCGateway) ApplyOptions

func (o *GRPCGateway) ApplyOptions(options ...GRPCGatewayOption) *GRPCGateway

func (*GRPCGateway) ListenAndServe

func (g *GRPCGateway) ListenAndServe() error

func (*GRPCGateway) RegisterGRPCHandler

func (g *GRPCGateway) RegisterGRPCHandler(h func(srv *grpc.Server))

func (*GRPCGateway) RegisterHTTPHandler

func (g *GRPCGateway) RegisterHTTPHandler(ctx context.Context,
	h func(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) error,
) error

type GRPCGatewayOption

type GRPCGatewayOption interface {
	// contains filtered or unexported methods
}

A GRPCGatewayOption sets options.

func WithClientDialOptions

func WithClientDialOptions(opts ...grpc.DialOption) GRPCGatewayOption

func WithGatewayMuxOptions added in v0.0.28

func WithGatewayMuxOptions(opts ...runtime.ServeMuxOption) GRPCGatewayOption

func WithServerInterceptorsHTTPForwardResponseOptions added in v0.0.28

func WithServerInterceptorsHTTPForwardResponseOptions() GRPCGatewayOption

now unused, only called by successed response

func WithServerInterceptorsHttpErrorOptions added in v0.0.28

func WithServerInterceptorsHttpErrorOptions() GRPCGatewayOption

HTTP, only called by failed response

func WithServerInterceptorsLimitRateOptions added in v0.0.31

func WithServerInterceptorsLimitRateOptions(burstUnary, burstStream int) GRPCGatewayOption

limiter rate for grpc api

func WithServerInterceptorsLogrusOptions added in v0.0.28

func WithServerInterceptorsLogrusOptions(
	logger *logrus.Logger,
) GRPCGatewayOption

func WithServerInterceptorsRecoveryOptions added in v0.0.38

func WithServerInterceptorsRecoveryOptions() GRPCGatewayOption

recover

func WithServerInterceptorsTCloud30HTTPResponseOptions added in v0.0.28

func WithServerInterceptorsTCloud30HTTPResponseOptions() GRPCGatewayOption

tcloud api3.0 http response formatter

func WithServerOptions

func WithServerOptions(opts ...grpc.ServerOption) GRPCGatewayOption

func WithServerStreamInterceptorsOptions added in v0.0.27

func WithServerStreamInterceptorsOptions(opts ...grpc.StreamServerInterceptor) GRPCGatewayOption

func WithServerUnaryInterceptorsCodeMessageOptions added in v0.0.36

func WithServerUnaryInterceptorsCodeMessageOptions(enabledMetric bool) GRPCGatewayOption

func WithServerUnaryInterceptorsErrorOptions added in v0.0.28

func WithServerUnaryInterceptorsErrorOptions() GRPCGatewayOption

func WithServerUnaryInterceptorsOptions added in v0.0.27

func WithServerUnaryInterceptorsOptions(opts ...grpc.UnaryServerInterceptor) GRPCGatewayOption

func WithServerUnaryInterceptorsRequestIdOptions added in v0.0.28

func WithServerUnaryInterceptorsRequestIdOptions() GRPCGatewayOption

func WithServerUnaryInterceptorsTimerOptions added in v0.0.28

func WithServerUnaryInterceptorsTimerOptions(enabledMetric bool) GRPCGatewayOption

type GRPCGatewayOptionFunc

type GRPCGatewayOptionFunc func(*GRPCGateway)

GRPCGatewayOptionFunc wraps a function that modifies Client into an implementation of the GRPCGatewayOption interface.

type GRPCHandler

type GRPCHandler interface {
	Register(srv *grpc.Server)
}

type GRPCHandlerFunc

type GRPCHandlerFunc func(srv *grpc.Server)

func (GRPCHandlerFunc) Register

func (h GRPCHandlerFunc) Register(srv *grpc.Server)

type HTTPHandler

type HTTPHandler interface {
	Register(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) error
}

type HTTPHandlerFunc

type HTTPHandlerFunc func(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) error

func (HTTPHandlerFunc) Register

func (h HTTPHandlerFunc) Register(
	ctx context.Context,
	mux *runtime.ServeMux,
	endpoint string,
	opts []grpc.DialOption,
) error

type InterceptorOption added in v0.0.27

type InterceptorOption struct {
	// contains filtered or unexported fields
}

Directories

Path Synopsis
Package date is a reverse proxy.
Package date is a reverse proxy.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL