Documentation ¶ Overview ¶ Package web provides an implementation of a web UI that can be enabled to access and manage a single replica or the cluster of replicas if that replica is the leader. Index ¶ type Server func New(conf config.WebConfig) (srv *Server, err error) func (s *Server) Serve(errc chan<- error) (err error) func (s *Server) Shutdown() (err error) 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 New ¶ func New(conf config.WebConfig) (srv *Server, err error) func (*Server) Serve ¶ func (s *Server) Serve(errc chan<- error) (err error) func (*Server) Shutdown ¶ func (s *Server) Shutdown() (err error) Source Files ¶ View all Source files web.go Click to show internal directories. Click to hide internal directories.