image_repository

package
v0.0.0-...-3439342 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2023 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type BuildDockerImageAux

type BuildDockerImageAux struct {
	Id string `json:"ID"`
}

type BuildDockerImageMsg

type BuildDockerImageMsg struct {
	Stream string              `json:"stream"`
	Aux    BuildDockerImageAux `json:"aux"`
}

type ErrorDetail

type ErrorDetail struct {
	Message string `json:"message"`
}

type ErrorLine

type ErrorLine struct {
	Error       string      `json:"error"`
	ErrorDetail ErrorDetail `json:"errorDetail"`
}

type PushImageAux

type PushImageAux struct {
	Tag    string `json:"Tag"`
	Digest string `json:"Digest"`
	Size   int    `json:"Size"`
}

type PushImageMsg

type PushImageMsg struct {
	Status         string                  `json:"status"`
	Aux            PushImageAux            `json:"aux"`
	ProgressDetail PushImageProgressDetail `json:"progressDetail"`
	Id             string                  `json:"id"`
	Progress       string                  `json:"progress"`
}

type PushImageProgressDetail

type PushImageProgressDetail struct {
	Current int `json:"current"`
	Total   int `json:"total"`
}

Jump to

Keyboard shortcuts

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