Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultSecurityCheck ¶
type DefaultSecurityCheck struct { Enabled bool Endpoint string Logger *zerolog.Logger Version string Repo repository.SecurityCheckRepository }
func (DefaultSecurityCheck) Check ¶
func (a DefaultSecurityCheck) Check()
type SecurityCheck ¶
type SecurityCheck interface {
Check()
}
func NewSecurityCheck ¶
func NewSecurityCheck(opts *DefaultSecurityCheck, repo repository.SecurityCheckRepository) SecurityCheck
Click to show internal directories.
Click to hide internal directories.