Versions in this module Expand all Collapse all v1 v1.0.1 Feb 20, 2026 Changes in this version + type Server struct + func NewServer(addr string, pool *concurrency.WorkerPool, lm *lifecycle.Manager, ...) *Server + func (s *Server) SetDaemonManager(dm *daemon.DaemonManager) + func (s *Server) Start() error + func (s *Server) Stop(ctx context.Context) error