Whether the CAS is ready to accept uploads
(ctx context.Context)
| 39 | Upload(ctx context.Context, r io.Reader, filename, digest string) (*UpDownStatus, error) |
| 40 | // Whether the CAS is ready to accept uploads |
| 41 | IsReady(ctx context.Context) (bool, error) |
| 42 | } |
| 43 | |
| 44 | type Downloader interface { |