Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HostResult ¶
type HostResult struct { Host string ExpireDays int Err error Issuer string TLSVersion string ElapsedTime time.Duration DNSNames []string }
HostResult Results
func CheckHostsParallel ¶
func CheckHostsParallel(hosts ...string) (res []HostResult)
CheckHostsParallel Return a slice of host results given some hosts
Click to show internal directories.
Click to hide internal directories.