Versions in this module Expand all Collapse all v2 v2.2.0 Apr 19, 2026 v2.1.0 Apr 19, 2026 Changes in this version + type BlobDescriptor struct + Blob []byte + Created int64 + Pubkey string + Sha256 string + Size int64 + Type string + Url string + type Client struct + func New(serverUrl, sk string) (*Client, error) + 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)