Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command interface { State(id string) *specs.State Create(id string, bundle string) Start(id string) Kill(id string, signal int) Delete(id string) }
Command describes the interface for a compliant OCI runtime
type Config ¶
Config is the OCI runtime configuration.
func (*Config) MarshalJSON ¶
MarshalJSON is for json.Marshaler
func (*Config) UnmarshalJSON ¶
UnmarshalJSON is for json.Unmarshaler
Click to show internal directories.
Click to hide internal directories.