crowdsec/pkg/csconfig/plugin_config.go
Shivam Sandbhor b8e24a1e0b
Make plugin runner configurable and run only registered plugins (#944)
* Make plugin runner configurable and run only registered plugins
2021-09-08 11:36:42 +02:00

7 lines
72 B
Go

package csconfig
type PluginCfg struct {
User string
Group string
}