Versions in this module Expand all Collapse all v0 v0.1.1 Jun 25, 2026 v0.1.0 Jun 24, 2026 Changes in this version + type Server struct + func NewServer(addr string, supervisor Supervisor, system System, glassBin, dataDir string, ...) *Server + func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) + type Supervisor interface + Follow func(ctx context.Context) <-chan string + Info func() proc.Info + Lines func() []string + Restart func() + type System interface + Logind func() dbus.Logind + RAUC func() dbus.RAUC