Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type In ¶
type In struct {
Image string // The container image to run
Args string // Arguments to be passed to the container on the command line
Key string // A JSON key to dereference from the container response - the corresponding value must be a string
}
In contains the values needed to run the container
Click to show internal directories.
Click to hide internal directories.