Versions in this module Expand all Collapse all v0 v0.0.2 May 20, 2024 v0.0.1 Jan 6, 2024 Changes in this version + type Client struct + func NewClient() (*Client, error) + func (c *Client) ContainerList() ([]Container, error) + func (c Client) LogValue() slog.Value + type Container struct + Names []string + Networks map[string]IPAddress + type Docker interface + ContainerList func() ([]Container, error) + type IPAddress string + func (ip IPAddress) URL(port uint16) string + type Mock struct + func NewMock(outputs ...[]Container) *Mock + func (m *Mock) ContainerList() ([]Container, error)