b8e24a1e0b
* Make plugin runner configurable and run only registered plugins
6 lines
72 B
Go
6 lines
72 B
Go
package csconfig
|
|
|
|
type PluginCfg struct {
|
|
User string
|
|
Group string
|
|
}
|