depsource

package
v0.0.0-...-b770b31 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 12, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package depsource has interfaces and implementations for lucicfg's dependency fetching functionality.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Fetcher

type Fetcher interface {
	Read(ctx context.Context, pkgRelPath string) (io.ReadCloser, error)
}

Fetcher describes the core depsource API.

Each package dependency (e.g. '@some-package') will have a single associated Fetcher that will be used for loads relative to that package's root.

Notable implementations:

Directories

Path Synopsis
Package gitsource implements efficiently cached access to remote git repositories.
Package gitsource implements efficiently cached access to remote git repositories.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL