Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Atom ¶
type CreateRequest ¶
type CreateRequest struct {
Engine string `json:"engine"`
Image string `json:"image"`
Command []string `json:"command"`
Spec container.Spec `json:"spec"`
}
func (*CreateRequest) CommandString ¶
func (r *CreateRequest) CommandString() (string, error)
Click to show internal directories.
Click to hide internal directories.