mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-15 05:43:56 +02:00
6 lines
72 B
Go
6 lines
72 B
Go
package csconfig
|
|
|
|
type PluginCfg struct {
|
|
User string
|
|
Group string
|
|
}
|