Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
func NewGenerator ¶
type GeneratorOptions ¶
type GeneratorOptions struct {
Target string
Username string
Password string
From string
To string
Subject string
Data string
Plaintext bool
Insecure bool
TlsServerName string
RootCAs []string
DisableConnectionReuse bool
}
func NewOptions ¶
func NewOptions() *GeneratorOptions
Click to show internal directories.
Click to hide internal directories.