Documentation ¶
Index ¶
- func GetArchitectures(ctx context.Context, ownerID int64, distribution string) ([]string, error)
- func GetComponents(ctx context.Context, ownerID int64, distribution string) ([]string, error)
- func GetDistributions(ctx context.Context, ownerID int64) ([]string, error)
- func SearchLatestPackages(ctx context.Context, opts *PackageSearchOptions) ([]*packages.PackageFileDescriptor, error)
- type PackageSearchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetArchitectures ¶
GetArchitectures gets all available architectures for the given distribution
func GetComponents ¶
GetComponents gets all available components for the given distribution
func GetDistributions ¶
GetDistributions gets all available distributions
func SearchLatestPackages ¶
func SearchLatestPackages(ctx context.Context, opts *PackageSearchOptions) ([]*packages.PackageFileDescriptor, error)
SearchLatestPackages gets the latest packages matching the search options
Types ¶
Click to show internal directories.
Click to hide internal directories.