Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HostnameMatchesIp ¶
func InitLogging ¶
func InitLogging(debug bool)
Types ¶
type EmailNotification ¶ added in v1.11.0
type EmailNotification struct { From string To []string SmtpHost string SmtpPort int // contains filtered or unexported fields }
func NewEmailNotification ¶ added in v1.11.0
func NewEmailNotification(emailConf *conf.EmailConfig) (*EmailNotification, error)
func (*EmailNotification) NotifyUpdatedIpApplied ¶ added in v1.11.0
func (e *EmailNotification) NotifyUpdatedIpApplied(ip *common.DnsRecord) error
func (*EmailNotification) NotifyUpdatedIpDetected ¶ added in v1.11.0
func (e *EmailNotification) NotifyUpdatedIpDetected(ip *common.DnsRecord) error
Click to show internal directories.
Click to hide internal directories.