Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidImageBuidler = errors.New("invalid image builder") ErrInvalidContainerManager = errors.New("invalid container manager") )
Functions ¶
This section is empty.
Types ¶
type Case ¶
type Case struct {
// contains filtered or unexported fields
}
func NewCase ¶
func NewCase(imgBuilder ImageBuilder, contManager ContainerManager, netID string) (*Case, error)
func (*Case) WithImageRebuild ¶
type ContainerManager ¶
Click to show internal directories.
Click to hide internal directories.