Documentation
¶
Index ¶
- type 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetDerivation ¶
func (*Client) PostDerivation ¶
func (*Client) PostOutput ¶
Click to show internal directories.
Click to hide internal directories.