Documentation ¶
Index ¶
- Constants
- type Client
- func (c *Client) Close() error
- func (c *Client) Exec(ctx context.Context, containerID string, cmd []string) (string, error)
- func (c *Client) Purge(ctx context.Context, serviceBuilders ...service.Builder) error
- func (c *Client) Restart(ctx context.Context, serviceBuilders ...service.Builder) error
- func (c *Client) Start(ctx context.Context, serviceBuilders ...service.Builder) error
- func (c *Client) Stop(ctx context.Context, serviceBuilders ...service.Builder) error
Constants ¶
View Source
const ( START processType = iota STOP REMOVE CREATE )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.