README ¶ Decentralized Data Storage Web3.storage Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type DeStorage Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type DeStorage ¶ type DeStorage interface { DownloadFile(cid, fileName string) (content []byte, err error) // Upload a file to Decentralized Storage and get the CID for it UploadFile(content []byte, path string) (cid string, err error) } Source Files ¶ View all Source files destorage.go Directories ¶ Show internal Expand all Path Synopsis nftstorage pinata web3storage Click to show internal directories. Click to hide internal directories.