(ctx context.Context, cfgs []*PluginConfig)
| 35 | type IPluginSetting interface { |
| 36 | Init(ctx context.Context) error |
| 37 | Set(ctx context.Context, cfgs []*PluginConfig) error |
| 38 | } |
| 39 | |
| 40 | type PluginConfig struct { |
no outgoing calls
no test coverage detected