mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-18 15:24:25 +02:00
* extract functions to own files * package clilapi * package clicapi * package crowdsec-cli/reload
6 lines
207 B
Go
6 lines
207 B
Go
//go:build !windows && !freebsd && !linux
|
|
|
|
package reload
|
|
|
|
// generic message since we don't know the platform
|
|
const Message = "Please reload the crowdsec process for the new configuration to be effective."
|