mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 20:36:12 +02:00
9 lines
165 B
Go
9 lines
165 B
Go
package setup
|
|
|
|
var (
|
|
SystemdUnitList = systemdUnitList
|
|
FilterWithRules = filterWithRules
|
|
ApplyRules = applyRules
|
|
|
|
// NormalizeVersion = normalizeVersion
|
|
)
|