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 ¶
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:
- go.chromium.org/luci/lucicfg/depsource/gitsource - Manages fetching of remote git repo data.
- go.chromium.org/luci/lucicfg/depsource/gitlocalsource - Manages fetching of data from a local git checkout.
- go.chromium.org/luci/lucicfg/depsource/filesource - Manages fetching of local file data.
Click to show internal directories.
Click to hide internal directories.