Searched defs:proxyRepo (Results 1 – 1 of 1) sorted by relevance
187 type proxyRepo struct { struct188 url *url.URL // The combined module proxy URL joined with the module path.189 path string // The module path (unescaped).190 redactedBase string // The base module proxy URL in [url.URL.Redacted] form.192 listLatestOnce sync.Once193 listLatest *RevInfo194 listLatestErr error229 func (p *proxyRepo) ModulePath() string {235 func (p *proxyRepo) CheckReuse(ctx context.Context, old *codehost.Origin) error {240 func (p *proxyRepo) versionError(version string, err error) error {[all …]