Versions in this module Expand all Collapse all v0 v0.0.6 Jun 10, 2026 v0.0.5 Jun 9, 2026 Changes in this version + func Run(ctx context.Context, argv0 string, args []string) error + type Config struct + Addr string + BaseURL string + ContentRoot string + DBPath string + ServiceName string + type Server struct + func NewServer(cfg Config, root *osRoot, db *sql.DB, candidateURLs []string, migrationOK bool) *Server + func (s *Server) Handler() http.Handler