Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
// Name is the name of the component.
Name string
// Arch is the architecture of the component.
Arch arch.Arch
// URL is the base URL of the component.
URL *url.URL
// SHA256Sums are the SHA256 sums of files in the component.
SHA256Sums map[string]string
// contains filtered or unexported fields
}
Component represents a component of a Debian repository.
type Source ¶
type Source struct {
// contains filtered or unexported fields
}
Source represents a Debian repository source.
func NewSource ¶
func NewSource(ctx context.Context, conf latestrecipe.SourceConfig) (*Source, error)
NewSource creates a new Debian repository source.
Click to show internal directories.
Click to hide internal directories.