Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Common ¶
type Common struct { EngineName string `json:"engineName"` ContainerID string `json:"containerID"` // EngineConfig is the raw JSON representation of the Engine's underlying config EngineConfig EngineConfig `json:"engineConfig"` }
Common provides the basis for all engine configs. Anything that can not be properly described through the OCI config can be stored as generic JSON []byte
type EngineConfig ¶
type EngineConfig interface{}
EngineConfig is a generic interface to represent the implementations of an EngineConfig
Click to show internal directories.
Click to hide internal directories.