Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StreamReflectionFilter ¶
func StreamReflectionFilter(in grpc.StreamServerInterceptor) grpc.StreamServerInterceptor
func UnaryReflectionFilter ¶
func UnaryReflectionFilter(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.