suture runtime v1

This commit is contained in:
A.Unger
2021-03-03 15:05:21 +01:00
parent a31dd155fd
commit 98dd9a970f
7 changed files with 72 additions and 22 deletions
+1 -2
View File
@@ -146,8 +146,7 @@ func Server(cfg *config.Config) *cli.Command {
http.Context(ctx),
http.Config(cfg),
http.Metrics(mtrcs),
http.Flags(flagset.RootWithConfig(config.New())),
http.Flags(flagset.ServerWithConfig(config.New())),
http.Context(cfg.Context),
)
gr.Add(server.Run, func(_ error) {