Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHarborKeychain ¶
Types ¶
type HarborProject ¶
HarborProject represents a Harbor project
type HarborRepository ¶
type HarborRepository struct {
// Full name is "<project>/<repo>"
Name string `json:"name"`
ArtifactCount int64 `json:"artifact_count"`
}
HarborRepository represents a repository within a Harbor project
Click to show internal directories.
Click to hide internal directories.