(ctx context.Context)
| 30 | } |
| 31 | |
| 32 | func Enable(ctx context.Context) error { |
| 33 | config := hctx.GetConf(ctx) |
| 34 | config.IsEnabled = true |
| 35 | return hctx.SetConfig(config) |
| 36 | } |
| 37 | |
| 38 | func Disable(ctx context.Context) error { |
| 39 | config := hctx.GetConf(ctx) |
no test coverage detected