layer

package
v0.0.0-...-8488f5b Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2016 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PullInfo

type PullInfo struct {
	Repo   string `json:"repo"`
	Type   Type   `json:"type"`
	ID     string `json:"id"`
	Status Status `json:"status"`
}

type Status

type Status string
const (
	StatusExists     Status = "exists"
	StatusDownloaded Status = "downloaded"
)

type Type

type Type string
const (
	TypeImage Type = "image"
	TypeLayer Type = "layer"
)

Jump to

Keyboard shortcuts

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