Versions in this module Expand all Collapse all v0 v0.5.5 Feb 24, 2022 Changes in this version + type Client struct + func NewClient(id uint32, seed string) (*Client, error) + func (c *Client) AddressOf(nodeID string) (net.IP, error) + func (c *Client) Node(nodeID string) (*NodeClient, error) + func (c *Client) NodeWithIP(ip net.IP) *NodeClient + type NodeClient struct + func (n *NodeClient) Counters() (total gridtypes.Capacity, used gridtypes.Capacity, err error) + func (n *NodeClient) Delete(twin, deployment uint32) (err error) + func (n *NodeClient) Deploy(dl *gridtypes.Deployment, update bool) error + func (n *NodeClient) Get(twin, deployment uint32) (dl gridtypes.Deployment, err error)