Versions in this module Expand all Collapse all v0 v0.1.0 Apr 17, 2023 Changes in this version + const DefaultLimit + type Controller struct + func NewController(index *index.Index, listen string, CORSAllowAll bool) *Controller + func (c *Controller) Serve(ctx context.Context, wg *sync.WaitGroup) + type ListRepositoriesResponse struct + Repositories []RepositoryStatus + type RepositoryStatus struct + Images int + Name string + type SearchQuery struct + CreatedAfter time.Time + CreatedBefore time.Time + Labels map[string]string + type SearchResponse struct + Count int + Images []*index.Image + Limit int + Offset int + Repository string