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