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
}
Server is the HTTP/REST API server.
func NewServer ¶
func NewServer( addr string, pool *concurrency.WorkerPool, lm *lifecycle.Manager, reg *registry.Store, cfg *core.Config, ) *Server
NewServer creates a new API server
func (*Server) SetDaemonManager ¶
func (s *Server) SetDaemonManager(dm *daemon.DaemonManager)
SetDaemonManager binds the daemon manager for runtime interval reconfiguration.
Click to show internal directories.
Click to hide internal directories.