os.ErrNotExist should be returned if the blob isn't known
(context.Context, blob.Ref)
| 16 | |
| 17 | // os.ErrNotExist should be returned if the blob isn't known |
| 18 | GetBlobMeta(context.Context, blob.Ref) (camtypes.BlobMeta, error) |
| 19 | |
| 20 | // Should return os.ErrNotExist if not found. |
| 21 | GetFileInfo(ctx context.Context, fileRef blob.Ref) (camtypes.FileInfo, error) |
no outgoing calls
no test coverage detected