Documentation
¶
Index ¶
- type ConfigSyntaxCheck
- func (c *ConfigSyntaxCheck) Category() types.Category
- func (c *ConfigSyntaxCheck) Description() string
- func (c *ConfigSyntaxCheck) Name() string
- func (c *ConfigSyntaxCheck) Run(ctx context.Context, cfg *types.ServerConfig) (*types.CheckResult, error)
- func (c *ConfigSyntaxCheck) Severity() types.Severity
- type DatabaseCheck
- type DomainConfigurationCheck
- func (c *DomainConfigurationCheck) Category() types.Category
- func (c *DomainConfigurationCheck) Description() string
- func (c *DomainConfigurationCheck) Name() string
- func (c *DomainConfigurationCheck) Run(ctx context.Context, cfg *types.ServerConfig) (*types.CheckResult, error)
- func (c *DomainConfigurationCheck) Severity() types.Severity
- type PortAvailabilityCheck
- func (c *PortAvailabilityCheck) Category() types.Category
- func (c *PortAvailabilityCheck) Description() string
- func (c *PortAvailabilityCheck) Name() string
- func (c *PortAvailabilityCheck) Run(ctx context.Context, cfg *types.ServerConfig) (*types.CheckResult, error)
- func (c *PortAvailabilityCheck) Severity() types.Severity
- type TLSCertificateCheck
- func (c *TLSCertificateCheck) Category() types.Category
- func (c *TLSCertificateCheck) Description() string
- func (c *TLSCertificateCheck) Name() string
- func (c *TLSCertificateCheck) Run(ctx context.Context, cfg *types.ServerConfig) (*types.CheckResult, error)
- func (c *TLSCertificateCheck) Severity() types.Severity
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigSyntaxCheck ¶
type ConfigSyntaxCheck struct{}
func (*ConfigSyntaxCheck) Category ¶
func (c *ConfigSyntaxCheck) Category() types.Category
func (*ConfigSyntaxCheck) Description ¶
func (c *ConfigSyntaxCheck) Description() string
func (*ConfigSyntaxCheck) Name ¶
func (c *ConfigSyntaxCheck) Name() string
func (*ConfigSyntaxCheck) Run ¶
func (c *ConfigSyntaxCheck) Run(ctx context.Context, cfg *types.ServerConfig) (*types.CheckResult, error)
func (*ConfigSyntaxCheck) Severity ¶
func (c *ConfigSyntaxCheck) Severity() types.Severity
type DatabaseCheck ¶
type DatabaseCheck struct{}
func (*DatabaseCheck) Category ¶
func (c *DatabaseCheck) Category() types.Category
func (*DatabaseCheck) Description ¶
func (c *DatabaseCheck) Description() string
func (*DatabaseCheck) Name ¶
func (c *DatabaseCheck) Name() string
func (*DatabaseCheck) Run ¶
func (c *DatabaseCheck) Run(ctx context.Context, cfg *types.ServerConfig) (*types.CheckResult, error)
func (*DatabaseCheck) Severity ¶
func (c *DatabaseCheck) Severity() types.Severity
type DomainConfigurationCheck ¶
type DomainConfigurationCheck struct{}
func (*DomainConfigurationCheck) Category ¶
func (c *DomainConfigurationCheck) Category() types.Category
func (*DomainConfigurationCheck) Description ¶
func (c *DomainConfigurationCheck) Description() string
func (*DomainConfigurationCheck) Name ¶
func (c *DomainConfigurationCheck) Name() string
func (*DomainConfigurationCheck) Run ¶
func (c *DomainConfigurationCheck) Run(ctx context.Context, cfg *types.ServerConfig) (*types.CheckResult, error)
func (*DomainConfigurationCheck) Severity ¶
func (c *DomainConfigurationCheck) Severity() types.Severity
type PortAvailabilityCheck ¶
type PortAvailabilityCheck struct{}
func (*PortAvailabilityCheck) Category ¶
func (c *PortAvailabilityCheck) Category() types.Category
func (*PortAvailabilityCheck) Description ¶
func (c *PortAvailabilityCheck) Description() string
func (*PortAvailabilityCheck) Name ¶
func (c *PortAvailabilityCheck) Name() string
func (*PortAvailabilityCheck) Run ¶
func (c *PortAvailabilityCheck) Run(ctx context.Context, cfg *types.ServerConfig) (*types.CheckResult, error)
func (*PortAvailabilityCheck) Severity ¶
func (c *PortAvailabilityCheck) Severity() types.Severity
type TLSCertificateCheck ¶
type TLSCertificateCheck struct{}
func (*TLSCertificateCheck) Category ¶
func (c *TLSCertificateCheck) Category() types.Category
func (*TLSCertificateCheck) Description ¶
func (c *TLSCertificateCheck) Description() string
func (*TLSCertificateCheck) Name ¶
func (c *TLSCertificateCheck) Name() string
func (*TLSCertificateCheck) Run ¶
func (c *TLSCertificateCheck) Run(ctx context.Context, cfg *types.ServerConfig) (*types.CheckResult, error)
func (*TLSCertificateCheck) Severity ¶
func (c *TLSCertificateCheck) Severity() types.Severity
Click to show internal directories.
Click to hide internal directories.