Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerRuntime ¶
type ContainerRuntime int64
const ( Podman ContainerRuntime = iota Docker Both )
func (ContainerRuntime) String ¶
func (e ContainerRuntime) String() string
type GraphCommChannel ¶
type ResolvedGraph ¶
type ResolvedGraph [][]string
type Scenario ¶
type Scenario struct { // the only purpose of this attribute is to put a comment in the json Comment string `json:"_comment,omitempty"` Image string `json:"image,omitempty"` Name string `json:"name,omitempty"` Env map[string]string `json:"env,omitempty"` Volumes map[string]string `json:"volumes,omitempty"` }
type ScenarioContainer ¶
type ScenarioContainer struct { Scenario *Scenario ScenarioDetail *models.ScenarioDetail Container *Container }
type ScenarioNode ¶
func (ScenarioNode) GetParent ¶
func (s ScenarioNode) GetParent() *string
type ScenarioSet ¶
type ScenarioSet map[string]ScenarioNode
Click to show internal directories.
Click to hide internal directories.