Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Project ¶
type Project struct { StateConditions map[string]types.StateConditions ComposeProject project.APIProject Services map[string]project.Service // contains filtered or unexported fields }
func GenProject ¶
GenProject will generate a Project object using the config files passed in
func (*Project) Containers ¶
Container will return the containers associated with a particular service
func (*Project) SortedServices ¶
SortedServices build a sorted list of services based on each services dependencies. We use a topological sort for this
Click to show internal directories.
Click to hide internal directories.