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 v1.SecurityCheckRepository
MQKind string
OAuthProviders []string
// contains filtered or unexported fields
}
func (DefaultSecurityCheck) Check ¶
func (a DefaultSecurityCheck) Check()
func (DefaultSecurityCheck) Shutdown ¶ added in v0.92.5
func (a DefaultSecurityCheck) Shutdown()
func (DefaultSecurityCheck) Start ¶ added in v0.91.10
func (a DefaultSecurityCheck) Start(ctx context.Context)
type SecurityCheck ¶
func NewSecurityCheck ¶
func NewSecurityCheck(opts *DefaultSecurityCheck, repo v1.SecurityCheckRepository) SecurityCheck
Click to show internal directories.
Click to hide internal directories.