harbor

package
v1.3.36 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2026 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewHarborKeychain

func NewHarborKeychain(username, password, hostname string) authn.Keychain

Types

type HarborProject

type HarborProject struct {
	Name string `json:"name"`
	ID   int    `json:"id"`
}

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

Jump to

Keyboard shortcuts

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