core

package
v0.0.0-...-346dcba Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AnalyzerArgs

type AnalyzerArgs struct {
	Credentials *HarborCredentials
	HarborURL   string
}

type Artifact

type Artifact struct {
	artiModel.Artifact `json:",inline"`
}

type CountingRepository

type CountingRepository struct {
	repoModel.RepoRecord `json:",inline"`
	ArtifactCount        int `json:"artifact_count"`
}

type HarborCredentials

type HarborCredentials struct {
	Username string
	Password string
}

type Project

type Project struct {
	projModel.Project `json:",inline"`
}

type ProjectSummary

type ProjectSummary struct {
	ProjectName   string
	ArtifactCount int64
	Size          int64
	RepoSummaries []RepoSummary
}

type RepoSummary

type RepoSummary struct {
	RepoName      string
	ArtifactCount int64
	Size          int64
}

Jump to

Keyboard shortcuts

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