Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Set ¶
type Set struct {
// Variables to use that will passed onto Docker
Network string `json:"Network,omitempty" yaml:"Network,omitempty"`
Environment []string `json:"Environment,omitempty" yaml:"Environment,omitempty"`
// Variables that will be passed onto the Spartan
Cmds []string `json:"Commands" yaml:"Commands"`
}
Set is an container of variables that are required at various points of the Runner lifetime
Click to show internal directories.
Click to hide internal directories.