You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This represents a particular package that is distributed over various channels. E.g., glibc (aka libc6) is distributed by many, at various versions.
type PackagePackage struct {
// Required. Immutable. The name of the package.
Name string `json:"name,omitempty"`
// The various channels by which a package is distributed.
Distribution []PackageDistribution `json:"distribution,omitempty"`