Documentation
¶
Overview ¶
Package ipfs provides functions to handle ipfs public API.
Index ¶
Constants ¶
View Source
const DefaultEndpoint = "http://ipfs.app.mesg.com:5001/api/v0"
DefaultEndpoint is endpoint used to access ipfs network.
Variables ¶
View Source
var DefaultClient = NewClient(DefaultEndpoint)
DefaultClient is global client used for communication with ipfs network.
Functions ¶
Types ¶
type AddResponse ¶
AddResponse contains the response of adding a file.
Click to show internal directories.
Click to hide internal directories.