Home
last modified time | relevance | path

Searched defs:proxyRepo (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/
Dproxy.go187 type proxyRepo struct { struct
188 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.Once
193 listLatest *RevInfo
194 listLatestErr error
229 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 …]