Documentation ¶
Index ¶
- type Server
- func (s *Server) Add(r runnable)
- func (s *Server) AddHTTPListener(listener net.Listener)
- func (s *Server) AddRecorder(reader io.Reader)
- func (s *Server) AddRecorderListener(listener net.Listener)
- func (s *Server) AddRecorderWithCancel(reader io.Reader, cancelFunc func() error)
- func (s *Server) Serve(ctx context.Context) (err error)
- func (s *Server) Stop()
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) AddHTTPListener ¶
func (*Server) AddRecorder ¶
func (*Server) AddRecorderListener ¶
func (*Server) AddRecorderWithCancel ¶
Click to show internal directories.
Click to hide internal directories.