Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Downloader ¶
type Downloader interface {
Download(module coordinates.SerialModule) error
}
type Ranges ¶
type Ranges = coordinates.RangeIDs
Range is an alias of coordinates.RangeIDs for brevity.
type RegistryAPI ¶
type RegistryAPI interface {
ModulesNeeded(Ranges) ([]coordinates.SerialModule, error)
}
RegistryAPI is used to issue API request from the registry
func NewRegistryAPI ¶
func NewRegistryAPI( registryClient registry.Client, index store.Index, ) RegistryAPI
Click to show internal directories.
Click to hide internal directories.