Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultServer = "http://localhost:8080"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Artifact ¶
type Artifact struct {
//ID string `json:"id,omitempty"`
//Checksum string `json:"checksum,omitempty"`
//Target string `json:"target,omitempty"`
Location string `json:"location,omitempty"`
}
type Dependency ¶
type Dependency string
type ImageRequest ¶
type ImageRequest struct {
Platform Platform `json:"platform,omitempty"`
Dependencies []Dependency `json:"dependencies,omitempty"`
}
func (ImageRequest) Hash ¶
func (img ImageRequest) Hash() string
type ImageResult ¶
Click to show internal directories.
Click to hide internal directories.