Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DomainRecords ¶
type DomainRecords struct {
TLSRPT tlsrpt.Record `mapstructure:"tls-rpt"`
DKIM dkim.Record `mapstructure:"dkim"`
DMARC dmarc.Record `mapstructure:"dmarc"`
MTASTS mtasts.Record `mapstructure:"mta-sts"`
SPF spf.Record `mapstructure:"spf"`
}
DomainRecords holds all the DNS records required for domain authentication.
func (*DomainRecords) Render ¶
func (r *DomainRecords) Render(data interface{}) error
type TemplatedRecord ¶
TemplatedRecord defines an interface for domain records that support templating.
Click to show internal directories.
Click to hide internal directories.