Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CredHubCmd ¶
func CredHubCmd() *cli.Command
Types ¶
type FileCertificate ¶
type FileCertificate struct { Filepath string RawPEM []byte Certificate *x509.Certificate }
type FileRawCertificate ¶
type HTTPTrace ¶
type HTTPTrace struct { Start time.Time End time.Time DNSLookupStart time.Time DNSLookupDone time.Time ConnectStart time.Time ConnectDone time.Time TLSStart time.Time TLSDone time.Time WroteRequestHeadersDone time.Time WroteRequestDone time.Time FirstResponseByteDone time.Time TLSConnStateInfo *tls.ConnectionState }
func (*HTTPTrace) Trace ¶
func (t *HTTPTrace) Trace() *httptrace.ClientTrace
Click to show internal directories.
Click to hide internal directories.