Versions in this module Expand all Collapse all v0 v0.0.1 Aug 3, 2023 Changes in this version + type Client struct + func NewClient(url string) (*Client, error) + func (c *Client) Attributes() (attr *v2.Attributes, err error) + func (c *Client) MachineInfo() (minfo *v1.MachineInfo, err error) + func (c *Client) MachineStats() ([]v2.MachineStats, error) + func (c *Client) Stats(name string, request *v2.RequestOptions) (map[string]v2.ContainerInfo, error) + func (c *Client) VersionInfo() (version string, err error)