provide configuration for the extension on runtime

This commit is contained in:
A.Unger
2019-12-12 10:06:26 +01:00
parent 36db307333
commit d4728c6d01
4 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ func Server(cfg *config.Config) cli.Command {
defer cancel()
for _, fn := range register.Handlers {
fn(ctx, cancel, gr, cfg)
fn(ctx, cancel, &gr, cfg)
}
{