Documentation
¶
Index ¶
- func CheckDNS(target string, timeout time.Duration) error
- func CheckHTTP(target string, timeout time.Duration, ignoreTLSError ...bool) (int, error)
- func CheckPing(target string, timeout time.Duration) error
- func CheckTCP(target string, timeout time.Duration) error
- func Decrypt(key []byte, cryptoText string) (string, error)
- func Encrypt(key, text []byte) (string, error)
- func GenerateTOTP(secret string) (string, error)
- type DomainCheckResult
- type SSLCheckResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateTOTP ¶
Types ¶
type DomainCheckResult ¶
func CheckDomain ¶
func CheckDomain(target string, monitorType string, thresholds []int) (DomainCheckResult, error)
type SSLCheckResult ¶
func CheckHTTPSSLCertificate ¶
Click to show internal directories.
Click to hide internal directories.