Skip to main content

Module registry

Module registry 

Source
Expand description

GitlabCiRegistry — the deps_core::Registry implementation for GitLab CI.

Routes every dependency against its (host, endpoint) route (spec §7a), a process-wide route table capped at MAX_GITLAB_ROUTES (spec §4.6), and a per-host rate-limit gate (spec §9.3).

Structs§

GitlabCiRegistry
deps_core::Registry implementation for GitLab CI, routing every fetch across the registered (host, endpoint) table (spec §7a).
TagIndex
Per-PackageName tag/release-name -> commit-SHA cross-reference.

Constants§

MAX_GITLAB_ROUTES
Upper bound on GitlabCiRegistry::routes’ entry count.
REGISTRY
Display name for the registry backing GitLab CI version lookups.