Documentation ¶
Index ¶
Constants ¶
View Source
const ImageTypeDocker string = "Docker"
ImageTypeDocker defines a type for a Docker image
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageFileLog ¶
type ImageFileLog struct {
// contains filtered or unexported fields
}
func NewImageFileLog ¶
func NewImageFileLog(file string) *ImageFileLog
NewImageFileLog creates an ImageLog which uses a file as the underlying Datastore
func (*ImageFileLog) Log ¶
func (i *ImageFileLog) Log(name, t string) error
Log an image has been downloaded by Shypyard
Click to show internal directories.
Click to hide internal directories.