Documentation ¶
Overview ¶
Package compose aims to provide simple "helper" methods to ease the use of compose (through libcompose) in (integration) tests using the go-check package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Project ¶
type Project struct {
// contains filtered or unexported fields
}
Project holds compose related project attributes
func CreateProject ¶
CreateProject creates a compose project with the given name based on the specified compose files
func (*Project) Container ¶
Container return the one and only container for a given services. It fails if there is more than one container for the service.
func (*Project) Containers ¶
Containers lists containers for a given services.
Click to show internal directories.
Click to hide internal directories.