Versions in this module Expand all Collapse all v2 v2.7.1 Aug 28, 2023 v2.7.0 Aug 23, 2023 Changes in this version + type Client struct + func NewClient(url string, client *rest.Client) *Client + func (c Client) Get(ctx context.Context, bucketName string) (Response, error) + func (c Client) Upsert(ctx context.Context, bucketName string, data []byte) (result Response, err error) + type DummyClient struct + func (c DummyClient) Upsert(_ context.Context, id string, data []byte) (result Response, err error) + type Response struct + BucketName string + Data []byte + Status string + Version int