Versions in this module Expand all Collapse all v0 v0.1.0 Aug 14, 2022 Changes in this version + type Client struct + func NewClient() *Client + func (d *Client) ContainerLogs(ctx context.Context, id string, options types.ContainerLogsOptions) (<-chan string, <-chan error) + func (d *Client) Events(ctx context.Context) (<-chan events.Message, <-chan error) + func (d *Client) ListContainers(ctx context.Context) ([]Container, error) + func (d *Client) WriteContainerLog(ctx context.Context, w io.Writer, id string, ...) error + type Container struct + Command string + Created int64 + ID string + Image string + ImageID string + Name string + Names []string + State string + Status string