Versions in this module Expand all Collapse all v0 v0.1.0 Sep 12, 2021 Changes in this version + type Client struct + func NewClient(url string) *Client + func (c *Client) GetDag(ref string) (dag *DagData, err error) + func (c *Client) GetPeer(p string) (*api.PeerInfo, error) + func (c *Client) GetPeers() (*api.SwarmConnInfos, error) + func (c *Client) ListFiles(path string) (entries []*api.MfsLsEntry, err error) + func (c *Client) ReadFile(path string, entry *api.MfsLsEntry) ([]byte, error) + func (c *Client) StatFile(path string, entry *api.MfsLsEntry) (string, error) + type DagData struct + Data string + Links []ipld.Link