resourceScan

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type ScanningResultRestHandler

type ScanningResultRestHandler interface {
	ScanResults(w http.ResponseWriter, r *http.Request)
}

type ScanningResultRestHandlerImpl

type ScanningResultRestHandlerImpl struct {
	// contains filtered or unexported fields
}

func NewScanningResultRestHandlerImpl

func NewScanningResultRestHandlerImpl(
	logger *zap.SugaredLogger,
	userService user.UserService,
	scanService imageScanning.ImageScanService,
	enforcer casbin.Enforcer,
	enforcerUtil rbac.EnforcerUtil,
	validator *validator.Validate,
) *ScanningResultRestHandlerImpl

func (ScanningResultRestHandlerImpl) ScanResults

type ScanningResultRouter

type ScanningResultRouter interface {
	InitScanningResultRouter(configRouter *mux.Router)
}

type ScanningResultRouterImpl

type ScanningResultRouterImpl struct {
	ScanningResultRestHandler ScanningResultRestHandler
}

func NewScanningResultRouterImpl

func NewScanningResultRouterImpl(ScanningResultRestHandler ScanningResultRestHandler) *ScanningResultRouterImpl

func (*ScanningResultRouterImpl) InitScanningResultRouter

func (router *ScanningResultRouterImpl) InitScanningResultRouter(configRouter *mux.Router)

Jump to

Keyboard shortcuts

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