Documentation ¶
Index ¶
- type Client
- func (c *Client) CreateNetwork(ctx context.Context, name string) error
- func (c *Client) Down(ctx context.Context, name string) error
- func (c *Client) RemoveNetwork(ctx context.Context, name string) error
- func (c *Client) Start(ctx context.Context, name string) error
- func (c *Client) StartServiceAndWait(ctx context.Context, name string, timeout time.Duration) error
- func (c *Client) Stop(ctx context.Context, name string) error
- func (c *Client) Up(ctx context.Context, name, networkName string) error
- func (c *Client) WaitTillIsReady(ctx context.Context, name string, timeout time.Duration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CreateNetwork ¶
func (*Client) RemoveNetwork ¶
func (*Client) StartServiceAndWait ¶
Click to show internal directories.
Click to hide internal directories.