source

package
v0.15.2 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2024 License: AGPL-3.0 Imports: 18 Imported by: 0

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.

func (*Component) Packages

func (c *Component) Packages(ctx context.Context) ([]types.Package, time.Time, error)

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.

func (*Source) Components

func (s *Source) Components(ctx context.Context, targetArch arch.Arch) ([]Component, error)

Components returns the components available in the source for the target architecture.

Jump to

Keyboard shortcuts

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