security

package
v0.92.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2026 License: MIT Imports: 11 Imported by: 0

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

type SecurityCheck interface {
	Check()
	Start(ctx context.Context)
	Shutdown()
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL