Versions in this module Expand all Collapse all v0 v0.7.2 Jul 9, 2024 v0.7.1 Jun 14, 2024 Changes in this version + type Client struct + func NewClient(endpoint string) *Client + func (c *Client) ExportContainerURL(_ context.Context, containerID string) string + func (c *Client) ExportImageURL(_ context.Context, imageID string) string + func (c *Client) GetContainer(ctx context.Context, containerID string) (apitypes.ContainerInfo, error) + func (c *Client) GetContainers(ctx context.Context) ([]apitypes.ContainerInfo, error) + func (c *Client) GetImage(ctx context.Context, imageID string) (apitypes.ContainerImageInfo, error) + func (c *Client) GetImages(ctx context.Context) ([]apitypes.ContainerImageInfo, error)