mirror of https://github.com/statping/statping
7 lines
233 B
Go
7 lines
233 B
Go
![]() |
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"}
|
||
|
)
|