Documentation ¶
Index ¶
- func ListenAndServe(s *grpc.Server, bind string) error
- func NewGrpcServer(excludePath []string, auth grpcauth.AuthFunc) *grpc.Server
- func StdRegister(s *grpc.Server)
- func StdStreamMiddleware(interceptors ...grpc.StreamServerInterceptor) grpc.ServerOption
- func StdUnaryMiddleware(interceptors ...grpc.UnaryServerInterceptor) grpc.ServerOption
- func StreamReflectionFilter(exclude []string, in grpc.StreamServerInterceptor) grpc.StreamServerInterceptor
- func UnaryReflectionFilter(exclude []string, in grpc.UnaryServerInterceptor) grpc.UnaryServerInterceptor
- type Auth
- type GrpcServerWorker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StdRegister ¶
StdRegister registers reflection and prometheus services.
func StdStreamMiddleware ¶
func StdStreamMiddleware(interceptors ...grpc.StreamServerInterceptor) grpc.ServerOption
func StdUnaryMiddleware ¶
func StdUnaryMiddleware(interceptors ...grpc.UnaryServerInterceptor) grpc.ServerOption
func StreamReflectionFilter ¶
func StreamReflectionFilter(exclude []string, in grpc.StreamServerInterceptor) grpc.StreamServerInterceptor
func UnaryReflectionFilter ¶
func UnaryReflectionFilter(exclude []string, in grpc.UnaryServerInterceptor) grpc.UnaryServerInterceptor
Types ¶
type GrpcServerWorker ¶
type GrpcServerWorker struct {
// contains filtered or unexported fields
}
func NewGrpcServerWorker ¶
func NewGrpcServerWorker(name string, grpcServer *grpc.Server, bind string) *GrpcServerWorker
func (*GrpcServerWorker) Start ¶
func (g *GrpcServerWorker) Start() error
func (*GrpcServerWorker) Stop ¶
func (g *GrpcServerWorker) Stop() error
Click to show internal directories.
Click to hide internal directories.