Versions in this module Expand all Collapse all v0 v0.0.3 Dec 10, 2021 v0.0.2 Dec 9, 2021 Changes in this version + type Client struct + func New(host string) *Client + func (cc *Client) GetChunk(ctx context.Context, hash string, chunk io.Writer) (err error) + func (cc *Client) GetDerivation(ctx context.Context, filename string) (drv store.Derivation, exists bool, err error) + func (cc *Client) GetOutput(ctx context.Context, hash string) (output []chunkedarchive.TOCEntry, exists bool, err error) + func (cc *Client) PostChunk(ctx context.Context, chunk io.Reader) (hash string, err error) + func (cc *Client) PostDerivation(ctx context.Context, drv store.Derivation) (filename string, err error) + func (cc *Client) PostOutput(ctx context.Context, req store.OutputRequestBody) (err error)