Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
AuthType string `comment:"CRAMMD5,PLAIN"`
Identity string
Host string
Port string
UserName string
Password string
From string
}
func (*Config) AfterInject ¶
func (c *Config) AfterInject()
AfterInject calls Init after config fields are populated.
func (*Config) BeforeInject ¶
func (c *Config) BeforeInject()
BeforeInject is a no-op satisfying the Config interface.
Click to show internal directories.
Click to hide internal directories.