imagerepo

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Credential

type Credential struct {
	Username string `json:"username"`
	Password string `json:"password"`
}

type ImageRepo

type ImageRepo struct {
	v1.BaseModel   `storm:"inline"`
	v1.Metadata    `storm:"inline"`
	Type           string     `json:"type"`
	EndPoint       string     `json:"endPoint"`
	DownloadUrl    string     `json:"downloadUrl"`
	RepoName       string     `json:"repoName"`
	Credential     Credential `json:"credential"`
	Auth           bool       `json:"auth"`
	AllowAnonymous bool       `json:"allowAnonymous"`
	Version        string     `json:"version"`
}

type RepoResponse added in v1.5.0

type RepoResponse struct {
	Items         []string `json:"items"`
	ContinueToken string   `json:"continueToken"`
}

Jump to

Keyboard shortcuts

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