Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/
Drepo.go310 type loggingRepo struct { struct
311 r Repo
334 func (l *loggingRepo) ModulePath() string {
338 func (l *loggingRepo) CheckReuse(ctx context.Context, old *codehost.Origin) (err error) {
345 func (l *loggingRepo) Versions(ctx context.Context, prefix string) (*Versions, error) {
350 func (l *loggingRepo) Stat(ctx context.Context, rev string) (*RevInfo, error) {
355 func (l *loggingRepo) Latest(ctx context.Context) (*RevInfo, error) {
360 func (l *loggingRepo) GoMod(ctx context.Context, version string) ([]byte, error) {
365 func (l *loggingRepo) Zip(ctx context.Context, dst io.Writer, version string) error {