Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NftStorage ¶
type NftStorage struct {
// contains filtered or unexported fields
}
func NewNftStorage ¶
func NewNftStorage(apikey string, logger *logrus.Entry) (*NftStorage, error)
func (*NftStorage) DownloadFile ¶
func (s *NftStorage) DownloadFile(cid string, fileName string) (content []byte, err error)
func (*NftStorage) UploadFile ¶
func (s *NftStorage) UploadFile(content []byte, path string) (cid string, err error)
Click to show internal directories.
Click to hide internal directories.