Revert v1 to v0

This commit is contained in:
Juan Pablo Villafáñez
2022-01-31 12:17:56 +01:00
parent 8ab2034083
commit 7d8e334537
106 changed files with 1490 additions and 1490 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ import (
"github.com/blevesearch/bleve/v2"
"github.com/blevesearch/bleve/v2/analysis/analyzer/keyword"
"github.com/owncloud/ocis/ocis-pkg/log"
storemsg "github.com/owncloud/ocis/protogen/gen/ocis/messages/store/v1"
storesvc "github.com/owncloud/ocis/protogen/gen/ocis/services/store/v1"
storemsg "github.com/owncloud/ocis/protogen/gen/ocis/messages/store/v0"
storesvc "github.com/owncloud/ocis/protogen/gen/ocis/services/store/v0"
"github.com/owncloud/ocis/store/pkg/config"
merrors "go-micro.dev/v4/errors"
"google.golang.org/protobuf/encoding/protojson"