Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpStatistics ¶
type HttpStatistics struct { TimeTaken time.Duration StatusCode int Headers map[string][]string ContentLength int64 }
func (HttpStatistics) GetTimeTaken ¶
func (i HttpStatistics) GetTimeTaken() time.Duration
type IcmpStatistics ¶
type IcmpStatistics struct { TimeTaken time.Duration PingStatistics *ping.Statistics }
func (IcmpStatistics) GetTimeTaken ¶
func (i IcmpStatistics) GetTimeTaken() time.Duration
type PeerCertificate ¶
type PeerCertificate struct {
Content []byte
}
type Result ¶
type Result struct { Error error Message string Statistics Statistics }
type Statistics ¶
type TcpStatistics ¶
func (TcpStatistics) GetTimeTaken ¶
func (i TcpStatistics) GetTimeTaken() time.Duration
type TlsStatistics ¶
type TlsStatistics struct { TimeTaken time.Duration PeerCertificates []PeerCertificate }
func (TlsStatistics) GetTimeTaken ¶
func (i TlsStatistics) GetTimeTaken() time.Duration
Click to show internal directories.
Click to hide internal directories.