bump to kopia 0.15.0

Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
This commit is contained in:
Lyndon-Li
2023-10-23 12:03:21 +08:00
parent 5fe53daf21
commit d3a1a83c6d
4 changed files with 71 additions and 79 deletions
+2 -1
View File
@@ -27,6 +27,7 @@ import (
"github.com/kopia/kopia/repo"
"github.com/kopia/kopia/repo/content"
"github.com/kopia/kopia/repo/content/index"
"github.com/kopia/kopia/repo/manifest"
"github.com/kopia/kopia/repo/object"
)
@@ -140,7 +141,7 @@ func (sr *shimRepository) Refresh(ctx context.Context) error {
// ContentInfo not supported
func (sr *shimRepository) ContentInfo(ctx context.Context, contentID content.ID) (content.Info, error) {
return nil, errors.New("ContentInfo is not supported")
return index.Info{}, errors.New("ContentInfo is not supported")
}
// PrefetchContents is not supported by unified repo