Rename commands and flagset

This commit is contained in:
Michael Barz
2020-10-06 13:41:34 +02:00
parent 9ff3ffe19f
commit e946819c3a
47 changed files with 471 additions and 471 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"context"
"github.com/owncloud/ocis/ocis-pkg/log"
"github.com/owncloud/ocis/ocis-reva/pkg/config"
"github.com/owncloud/ocis/storage/pkg/config"
)
// Option defines a single option function.
+2 -2
View File
@@ -5,8 +5,8 @@ import (
"net/http"
"github.com/owncloud/ocis/ocis-pkg/service/debug"
"github.com/owncloud/ocis/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-reva/pkg/version"
"github.com/owncloud/ocis/storage/pkg/config"
"github.com/owncloud/ocis/storage/pkg/version"
)
// Server initializes the debug service and server.