Versions in this module Expand all Collapse all v1 v1.0.3 Jul 17, 2021 v1.0.1 Jul 17, 2021 Changes in this version + func NewRunner(grpcSrv *grpc.Server, lis net.Listener) *runner + type Config struct + Port int + ServerName string + type Server struct + func NewServer(conf *Config, o ...grpc.ServerOption) (s *Server) + func (s *Server) GrpcServer() *grpc.Server + func (s *Server) HealthService() *health.Server + func (s *Server) OnStop(hook func(ctx context.Context) error) + func (s *Server) Start() error + func (s *Server) Use(interceptors ...grpc.UnaryServerInterceptor) *Server + func (s *Server) UseStream(interceptors ...grpc.StreamServerInterceptor) *Server + type WrappedServerStream struct + WrappedContext context.Context + func WrapServerStream(stream grpc.ServerStream) *WrappedServerStream + func (w *WrappedServerStream) Context() context.Context