ocis already does the cli flag parsing

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer committed 2021-02-23 12:47:23 +00:00
1 parent 52ebb7c611
commit 6991dd777d
14 files changed
-14

No files matched your search

-1
View File
@@ -30,6 +30,5 @@ func Server(opts ...Option) grpc.Service {
options.Logger.Fatal().Err(err).Msg("could not register index handler")
}
service.Init()
return service
}
-1
View File
@@ -63,6 +63,5 @@ func Server(opts ...Option) http.Service {
micro.RegisterHandler(service.Server(), mux)
service.Init()
return service
}