ipfs

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// IPFSConfAPISubconf is the http configuration to connect to the API endpoint of IPFS
	IPFSConfAPISubconf = "api"
	// IPFSConfGatewaySubconf is the http configuration to connect to the Gateway endpoint of IPFS
	IPFSConfGatewaySubconf = "gateway"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type IPFS

type IPFS struct {
	// contains filtered or unexported fields
}

func (*IPFS) Capabilities

func (i *IPFS) Capabilities() *sharedstorage.Capabilities

func (*IPFS) DownloadData

func (i *IPFS) DownloadData(ctx context.Context, payloadRef string) (data io.ReadCloser, err error)

func (*IPFS) Init

func (i *IPFS) Init(ctx context.Context, config config.Section) (err error)

func (*IPFS) InitConfig added in v1.1.0

func (i *IPFS) InitConfig(config config.Section)

func (*IPFS) Name

func (i *IPFS) Name() string

func (*IPFS) SetHandler added in v1.1.0

func (i *IPFS) SetHandler(_ string, handler sharedstorage.Callbacks)

func (*IPFS) UploadData

func (i *IPFS) UploadData(ctx context.Context, data io.Reader) (string, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL