package
2.2.1+incompatible
Repository: https://github.com/goharbor/harbor.git
Documentation: pkg.go.dev
# Functions
NewClient creates a new DockerHub client.
# Structs
Client is a client to interact with DockerHub.
LoginCredential is request to login.
NamespacesResp is namespace list responsed from DockerHub.
NewOrgReq is request to create a new org as namespace.
Repo describes a repo in DockerHub.
ReposResp is response of repo list request.
Tag describes a tag in DockerHub.
TagsResp is response of tag list request.
TokenResp is response of login.