Documentation
¶
Index ¶
- type IMAPAuthenticationCheck
- func (c *IMAPAuthenticationCheck) Category() types.Category
- func (c *IMAPAuthenticationCheck) Description() string
- func (c *IMAPAuthenticationCheck) Name() string
- func (c *IMAPAuthenticationCheck) Run(ctx context.Context, cfg *types.ServerConfig) (*types.CheckResult, error)
- func (c *IMAPAuthenticationCheck) Severity() types.Severity
- type IMAPConnectivityCheck
- func (c *IMAPConnectivityCheck) Category() types.Category
- func (c *IMAPConnectivityCheck) Description() string
- func (c *IMAPConnectivityCheck) Name() string
- func (c *IMAPConnectivityCheck) Run(ctx context.Context, cfg *types.ServerConfig) (*types.CheckResult, error)
- func (c *IMAPConnectivityCheck) Severity() types.Severity
- type MailFlowEndToEndCheck
- func (c *MailFlowEndToEndCheck) Category() types.Category
- func (c *MailFlowEndToEndCheck) Description() string
- func (c *MailFlowEndToEndCheck) Name() string
- func (c *MailFlowEndToEndCheck) Run(ctx context.Context, cfg *types.ServerConfig) (*types.CheckResult, error)
- func (c *MailFlowEndToEndCheck) Severity() types.Severity
- type MessageIntegrityCheck
- func (c *MessageIntegrityCheck) Category() types.Category
- func (c *MessageIntegrityCheck) Description() string
- func (c *MessageIntegrityCheck) Name() string
- func (c *MessageIntegrityCheck) Run(ctx context.Context, cfg *types.ServerConfig) (*types.CheckResult, error)
- func (c *MessageIntegrityCheck) Severity() types.Severity
- type SMTPAuthenticationCheck
- func (c *SMTPAuthenticationCheck) Category() types.Category
- func (c *SMTPAuthenticationCheck) Description() string
- func (c *SMTPAuthenticationCheck) Name() string
- func (c *SMTPAuthenticationCheck) Run(ctx context.Context, cfg *types.ServerConfig) (*types.CheckResult, error)
- func (c *SMTPAuthenticationCheck) Severity() types.Severity
- type SMTPConnectivityCheck
- func (c *SMTPConnectivityCheck) Category() types.Category
- func (c *SMTPConnectivityCheck) Description() string
- func (c *SMTPConnectivityCheck) Name() string
- func (c *SMTPConnectivityCheck) Run(ctx context.Context, cfg *types.ServerConfig) (*types.CheckResult, error)
- func (c *SMTPConnectivityCheck) Severity() types.Severity
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IMAPAuthenticationCheck ¶
type IMAPAuthenticationCheck struct{}
func (*IMAPAuthenticationCheck) Category ¶
func (c *IMAPAuthenticationCheck) Category() types.Category
func (*IMAPAuthenticationCheck) Description ¶
func (c *IMAPAuthenticationCheck) Description() string
func (*IMAPAuthenticationCheck) Name ¶
func (c *IMAPAuthenticationCheck) Name() string
func (*IMAPAuthenticationCheck) Run ¶
func (c *IMAPAuthenticationCheck) Run(ctx context.Context, cfg *types.ServerConfig) (*types.CheckResult, error)
func (*IMAPAuthenticationCheck) Severity ¶
func (c *IMAPAuthenticationCheck) Severity() types.Severity
type IMAPConnectivityCheck ¶
type IMAPConnectivityCheck struct{}
func (*IMAPConnectivityCheck) Category ¶
func (c *IMAPConnectivityCheck) Category() types.Category
func (*IMAPConnectivityCheck) Description ¶
func (c *IMAPConnectivityCheck) Description() string
func (*IMAPConnectivityCheck) Name ¶
func (c *IMAPConnectivityCheck) Name() string
func (*IMAPConnectivityCheck) Run ¶
func (c *IMAPConnectivityCheck) Run(ctx context.Context, cfg *types.ServerConfig) (*types.CheckResult, error)
func (*IMAPConnectivityCheck) Severity ¶
func (c *IMAPConnectivityCheck) Severity() types.Severity
type MailFlowEndToEndCheck ¶
type MailFlowEndToEndCheck struct{}
func (*MailFlowEndToEndCheck) Category ¶
func (c *MailFlowEndToEndCheck) Category() types.Category
func (*MailFlowEndToEndCheck) Description ¶
func (c *MailFlowEndToEndCheck) Description() string
func (*MailFlowEndToEndCheck) Name ¶
func (c *MailFlowEndToEndCheck) Name() string
func (*MailFlowEndToEndCheck) Run ¶
func (c *MailFlowEndToEndCheck) Run(ctx context.Context, cfg *types.ServerConfig) (*types.CheckResult, error)
func (*MailFlowEndToEndCheck) Severity ¶
func (c *MailFlowEndToEndCheck) Severity() types.Severity
type MessageIntegrityCheck ¶
type MessageIntegrityCheck struct{}
func (*MessageIntegrityCheck) Category ¶
func (c *MessageIntegrityCheck) Category() types.Category
func (*MessageIntegrityCheck) Description ¶
func (c *MessageIntegrityCheck) Description() string
func (*MessageIntegrityCheck) Name ¶
func (c *MessageIntegrityCheck) Name() string
func (*MessageIntegrityCheck) Run ¶
func (c *MessageIntegrityCheck) Run(ctx context.Context, cfg *types.ServerConfig) (*types.CheckResult, error)
func (*MessageIntegrityCheck) Severity ¶
func (c *MessageIntegrityCheck) Severity() types.Severity
type SMTPAuthenticationCheck ¶
type SMTPAuthenticationCheck struct{}
func (*SMTPAuthenticationCheck) Category ¶
func (c *SMTPAuthenticationCheck) Category() types.Category
func (*SMTPAuthenticationCheck) Description ¶
func (c *SMTPAuthenticationCheck) Description() string
func (*SMTPAuthenticationCheck) Name ¶
func (c *SMTPAuthenticationCheck) Name() string
func (*SMTPAuthenticationCheck) Run ¶
func (c *SMTPAuthenticationCheck) Run(ctx context.Context, cfg *types.ServerConfig) (*types.CheckResult, error)
func (*SMTPAuthenticationCheck) Severity ¶
func (c *SMTPAuthenticationCheck) Severity() types.Severity
type SMTPConnectivityCheck ¶
type SMTPConnectivityCheck struct{}
func (*SMTPConnectivityCheck) Category ¶
func (c *SMTPConnectivityCheck) Category() types.Category
func (*SMTPConnectivityCheck) Description ¶
func (c *SMTPConnectivityCheck) Description() string
func (*SMTPConnectivityCheck) Name ¶
func (c *SMTPConnectivityCheck) Name() string
func (*SMTPConnectivityCheck) Run ¶
func (c *SMTPConnectivityCheck) Run(ctx context.Context, cfg *types.ServerConfig) (*types.CheckResult, error)
func (*SMTPConnectivityCheck) Severity ¶
func (c *SMTPConnectivityCheck) Severity() types.Severity
Click to show internal directories.
Click to hide internal directories.