Documentation
¶
Index ¶
- type BlobDescriptor
- type Client
- func (c *Client) Delete(blobHash string) (bool, error)
- func (c *Client) Get(blobHash string) ([]byte, error)
- func (c *Client) Has(blobHash string) (bool, error)
- func (c *Client) List(pubkeyHex string) ([]BlobDescriptor, error)
- func (c *Client) Mirror(blobUrl string) (*BlobDescriptor, error)
- func (c *Client) Upload(blob []byte) (*BlobDescriptor, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlobDescriptor ¶
Click to show internal directories.
Click to hide internal directories.