Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IpfsAccessor ¶
type IpfsAccessor struct {
// contains filtered or unexported fields
}
func GetIAInstance ¶
func GetIAInstance() *IpfsAccessor
func (*IpfsAccessor) GetFromIPFS ¶
func (ia *IpfsAccessor) GetFromIPFS(hash string, outDir string) error
func (*IpfsAccessor) Initialize ¶
func (ia *IpfsAccessor) Initialize(nodeAddr string) error
func (*IpfsAccessor) SaveToIPFS ¶
func (ia *IpfsAccessor) SaveToIPFS(content []byte) (string, error)
Click to show internal directories.
Click to hide internal directories.