Documentation ¶
Index ¶
- type Client
- func (c *Client) Close()
- func (c *Client) ListContainer(ctx context.Context, all bool) ([]*container.Container, error)
- func (c *Client) ListImage(ctx context.Context, all bool) ([]*container.Image, error)
- func (c *Client) ListNetwork(ctx context.Context) ([]*container.Network, error)
- func (c *Client) Logs(ctx context.Context, containerId string) (io.ReadCloser, error)
- func (c *Client) Terminal(ctx *gin.Context, containerId string, user, cmd string) 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) ListContainer ¶ added in v0.0.8
func (*Client) ListNetwork ¶ added in v0.0.8
Click to show internal directories.
Click to hide internal directories.