refactor extensions -> services

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2022-06-27 14:05:36 +02:00
parent 78064e6bab
commit f8f1320501
612 changed files with 1080 additions and 1080 deletions
+1 -1
View File
@@ -1,10 +1,10 @@
package grpc
import (
svc "github.com/owncloud/ocis/v2/extensions/search/pkg/service/v0"
"github.com/owncloud/ocis/v2/ocis-pkg/service/grpc"
"github.com/owncloud/ocis/v2/ocis-pkg/version"
searchsvc "github.com/owncloud/ocis/v2/protogen/gen/ocis/services/search/v0"
svc "github.com/owncloud/ocis/v2/services/search/pkg/service/v0"
)
// Server initializes a new go-micro service ready to run