Documentation ¶ Index ¶ type File func NewFile(path string) *File func (f File) Gather() ([]*x509.Certificate, error) type Net func NewNet(url *url.URL, tlsConfig *tls.Config, timeout time.Duration) *Net func (n Net) Gather() ([]*x509.Certificate, error) type SMTP func NewSMTP(url *url.URL, tlsConfig *tls.Config, timeout time.Duration) *SMTP func (s SMTP) Gather() ([]*x509.Certificate, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type File ¶ type File struct { Path string } func NewFile ¶ func NewFile(path string) *File func (File) Gather ¶ func (f File) Gather() ([]*x509.Certificate, error) type Net ¶ type Net struct { URL *url.URL TLSConfig *tls.Config Timeout time.Duration } func NewNet ¶ func NewNet(url *url.URL, tlsConfig *tls.Config, timeout time.Duration) *Net func (Net) Gather ¶ func (n Net) Gather() ([]*x509.Certificate, error) type SMTP ¶ type SMTP struct { URL *url.URL TLSConfig *tls.Config Timeout time.Duration } func NewSMTP ¶ func NewSMTP(url *url.URL, tlsConfig *tls.Config, timeout time.Duration) *SMTP func (SMTP) Gather ¶ func (s SMTP) Gather() ([]*x509.Certificate, error) Source Files ¶ View all Source files file.gonet.gosmtp.go Click to show internal directories. Click to hide internal directories.