Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) RegisterService ¶
func (s *Server) RegisterService(sd *ggrpc.ServiceDesc, ss interface{})
type ServerConfig ¶
type ServerConfig struct { Addr string // contains filtered or unexported fields }
type ServerOption ¶
type ServerOption func(*ServerConfig)
func WithStreamServerInterceptor ¶
func WithStreamServerInterceptor(i ...ggrpc.StreamServerInterceptor) ServerOption
func WithUnaryServerInterceptor ¶
func WithUnaryServerInterceptor(i ...ggrpc.UnaryServerInterceptor) ServerOption
Click to show internal directories.
Click to hide internal directories.