Versions in this module Expand all Collapse all v0 v0.0.2 Feb 5, 2026 v0.0.1 Feb 5, 2026 Changes in this version + type App struct + func NewApp(ctx context.Context, config *Config) (*App, error) + func (app *App) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (app *App) Shutdown() error + type Config struct + AccessController auth.AccessController + Driver storagedriver.StorageDriver + HttpHost string + HttpPrefix string + HttpRelativeURLs bool + HttpSecret string + PrometheusEnabled bool + RepoRemover distribution.RepositoryRemover + Router *mux.Router + type Context struct + Errors errcode.Errors + Repository distribution.Repository + RepositoryRemover distribution.RepositoryRemover + func (ctx *Context) Value(key interface{}) interface{}