custom interface; strategy pattern; service configuration; refactor

This commit is contained in:
A.Unger
2020-02-03 22:54:33 +01:00
parent bdc66633dd
commit 35d9deb38a
10 changed files with 94 additions and 99 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ import (
"os"
"github.com/micro/cli"
_ "github.com/owncloud/ocis-accounts/pkg/registry"
// init store manager
_ "github.com/owncloud/ocis-accounts/pkg/store"
"github.com/owncloud/ocis-hello/pkg/version"
)
-1
View File
@@ -25,7 +25,6 @@ func Server() cli.Command {
gr.Add(func() error {
return service.Run()
}, func(_ error) {
fmt.Println("shutting down grpc server")
cancel()
})