Add missing gRPC functions

This commit is contained in:
2022-08-11 17:14:21 +02:00
parent 26090e9299
commit 6530d024f8
12 changed files with 448 additions and 164 deletions

View File

@@ -40,8 +40,6 @@ func main() {
go op.Run(failed, cfg, handler, storage)
}
// Terminate if one of the services fails
err = <-failed
fmt.Println("Terminating :", err)