Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct {
LookPath func(string) (string, error)
Run func(context.Context, string, []string, string) error
Getenv func(string) string
DialTLS func(context.Context, string, *tls.Config) (net.Conn, error)
Auth func(host, user, password string) smtp.Auth
}
Click to show internal directories.
Click to hide internal directories.