Add adds and pin data to IPFS.
(r io.Reader)
| 26 | Cat(path string) (io.ReadCloser, error) |
| 27 | // Add adds and pin data to IPFS. |
| 28 | Add(r io.Reader) (string, error) |
| 29 | // Unpin unpins the data from IPFS, unpinned data may be removed by GC in future. |
| 30 | Unpin(path string) error |
| 31 | } |
no outgoing calls