Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UserAgent string
Functions ¶
This section is empty.
Types ¶
type BaseClient ¶
type HTTPStatusError ¶
func (*HTTPStatusError) Error ¶
func (e *HTTPStatusError) Error() string
type IPFS ¶
type IPFS interface { PinContent(ctx context.Context, name, contentType string, data io.Reader) (cid string, metadata interface{}, err error) Unpin(ctx context.Context, cid string) error List(ctx context.Context, pageSize, pageOffset int) (*PinList, int, error) }
func NewPinataClientAPIKey ¶
Click to show internal directories.
Click to hide internal directories.