Documentation ¶
Index ¶
- func CheckDNS(domain string) error
- func CheckNetwork(host, port string, timeout time.Duration) error
- func GatherCallFrames() string
- func GetEncodedToken(username string, password string) string
- func ResolvePort(port string, schema string) (string, error)
- func StrToDurationOr(text string, defaultValue time.Duration) (time.Duration, error)
- func StrToIntOr(text string, defaultValue int) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckNetwork ¶ added in v0.7.0
func GatherCallFrames ¶ added in v0.6.1
func GatherCallFrames() string
func GetEncodedToken ¶ added in v0.6.0
func StrToDurationOr ¶ added in v0.10.0
Return defaultValue if text is empty, or try to convert it to time.Duration
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.