Documentation ¶ Index ¶ Variables type Client func New(ctx context.Context, node peer.Node) (*Client, error) func (c *Client) Cancel(cid cid.Cid, jid string) (response.Response, error) func (c *Client) Close() func (c *Client) List() ([]string, error) func (c *Client) Status(jid string) (*monkey.StatusResponse, error) func (c *Client) Update(jid string, body map[string]interface{}) (string, error) type Peer Constants ¶ This section is empty. Variables ¶ View Source var ( MinPeers = 0 MaxPeers = 2 DefaultGeoBeaconInterval = 5 * time.Minute ) Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { // contains filtered or unexported fields } func New ¶ func New(ctx context.Context, node peer.Node) (*Client, error) func (*Client) Cancel ¶ func (c *Client) Cancel(cid cid.Cid, jid string) (response.Response, error) func (*Client) Close ¶ func (c *Client) Close() func (*Client) List ¶ func (c *Client) List() ([]string, error) func (*Client) Status ¶ func (c *Client) Status(jid string) (*monkey.StatusResponse, error) func (*Client) Update ¶ func (c *Client) Update(jid string, body map[string]interface{}) (string, error) type Peer ¶ type Peer struct { Client Id string } Source Files ¶ View all Source files cancel.go client.go dreamland.go list.go status.go update.go Click to show internal directories. Click to hide internal directories.