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
+5 -5
View File
@@ -7,11 +7,11 @@ import (
"github.com/cs3org/reva/v2/pkg/events"
"github.com/cs3org/reva/v2/pkg/events/server"
"github.com/go-micro/plugins/v4/events/natsjs"
"github.com/owncloud/ocis/v2/extensions/notifications/pkg/channels"
"github.com/owncloud/ocis/v2/extensions/notifications/pkg/config"
"github.com/owncloud/ocis/v2/extensions/notifications/pkg/config/parser"
"github.com/owncloud/ocis/v2/extensions/notifications/pkg/logging"
"github.com/owncloud/ocis/v2/extensions/notifications/pkg/service"
"github.com/owncloud/ocis/v2/services/notifications/pkg/channels"
"github.com/owncloud/ocis/v2/services/notifications/pkg/config"
"github.com/owncloud/ocis/v2/services/notifications/pkg/config/parser"
"github.com/owncloud/ocis/v2/services/notifications/pkg/logging"
"github.com/owncloud/ocis/v2/services/notifications/pkg/service"
"github.com/urfave/cli/v2"
)