queries

package
v0.94.3 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Count added in v0.6.0

type Count struct {
	Name  string
	Count int64
}

type DistinctProject added in v0.18.0

type DistinctProject struct {
	Platform     string
	Organisation string
	Repo         string
}

type DistinctProjectParams added in v0.18.0

type DistinctProjectParams struct {
	Platform     *string
	Organisation *string
	Repo         *string
}

type GolangCILintResult added in v0.10.0

type GolangCILintResult struct {
	Direct   []RepoWithOwner
	Indirect []RepoWithOwner
}

type MostPopularDockerImagesResult added in v0.6.0

type MostPopularDockerImagesResult struct {
	Registries []Count
	Namespaces []Count
	Images     []Count
}

type MostPopularDockerImagesRow added in v0.6.0

type MostPopularDockerImagesRow struct {
	Image string
	Count int64
}

type MostPopularPackageManagersRow

type MostPopularPackageManagersRow struct {
	PackageManager string
	Count          int64
}

type Repo added in v0.10.0

type Repo struct {
	Platform     string
	Organisation string
	Repo         string
}

type RepoWithOwner added in v0.42.0

type RepoWithOwner struct {
	Platform     string
	Organisation string
	Repo         string
	Owner        *string
}

Jump to

Keyboard shortcuts

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