Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCidGetter ¶
func NewCidGetter() (*cidGetter, error)
Types ¶
type Ipfs ¶
type Ipfs interface { Close() AddrInfo() peer.AddrInfo AddReader(io.Reader, ...time.Duration) (string, error) Add([]byte, ...time.Duration) (string, error) GetReader(string, ...time.Duration) (io.Reader, error) Get(string, ...time.Duration) ([]byte, error) Has(string, ...time.Duration) (bool, error) }
func NewIpfsStore ¶
Click to show internal directories.
Click to hide internal directories.