package
Version:
v0.0.0-...-7676619
Opens a new window with list of versions in this module.
Published: Sep 24, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Build struct {
NoCache bool
ForceRemove bool
Pull bool
}
Build holds options of compose build.
type Create struct {
NoRecreate bool
ForceRecreate bool
NoBuild bool
}
Create holds options of compose create.
type Delete struct {
RemoveVolume bool
BeforeDeleteCallback func([]string) bool
}
Delete holds options of compose rm.
Down holds options of compose down.
ImageType defines the type of image (local, all)
Valid indicates whether the image type is valid.
Up holds options of compose up.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.