Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DKIMService ¶
type DKIMService struct{}
This is a placeholder for the actual service
func (*DKIMService) GetDKIMConfig ¶
func (s *DKIMService) GetDKIMConfig(domainName string) (*domain.DKIMConfig, error)
type DKIMServiceInterface ¶
type DKIMServiceInterface interface {
GetDKIMConfig(domainName string) (*domain.DKIMConfig, error)
}
DKIMServiceInterface defines methods needed by DKIM components
type Signer ¶
type Signer struct {
// contains filtered or unexported fields
}
func NewSignerWithService ¶
func NewSignerWithService(domainService DKIMServiceInterface) *Signer
type VerificationResult ¶
Click to show internal directories.
Click to hide internal directories.