Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComposeProject ¶
type ComposeProject struct {
Name string `json:"name"`
Status string `json:"status"`
ConfigFiles string `json:"config_files"`
}
ComposeProject is the JSON shape returned by the projects listing. We define our own struct rather than depending on docker/compose SDK types so that the handler compiles without pulling in the full compose dependency tree. The tailkit client SDK uses this same struct on the receive side.
Click to show internal directories.
Click to hide internal directories.