Documentation ¶
Index ¶
- func New(ctx context.Context) server.Server
- type Handler
- type Server
- func (s *Server) Address() []string
- func (s *Server) As(i interface{}) bool
- func (s *Server) Endpoints() []string
- func (s *Server) Handle(h func() error)
- func (s *Server) ID() string
- func (s *Server) Metadata() map[string]string
- func (s *Server) Name() string
- func (s *Server) RegisterHandler(h Handler)
- func (s *Server) Serve() error
- func (s *Server) Stop() error
- func (s *Server) Type() server.ServerType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) RegisterHandler ¶
func (*Server) Type ¶
func (s *Server) Type() server.ServerType
Click to show internal directories.
Click to hide internal directories.