statping/types/safe.go

7 lines
233 B
Go
Raw Normal View History

2020-01-15 04:58:22 +00:00
package types
var (
SafeService = []string{"domain", "expected_status", "expected", "allow_notifications", "headers", "method",
"port", "timeout", "status_code", "verify_ssl", "post_data", "type", "check_interval", "failures"}
)