//
pkg.gl
Category
github.com/quay/clair/v4
middleware
auth
package
4.8.0
Repository:
https://github.com/quay/clair.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
111 SLOC
#
Functions
Handler
Handler returns a http.Handler that gates access to the passed Handler behind the passed Checker.
NewPSK
NewPSK returns an instance of a PSK.
#
Structs
PSK
PSK implements the AuthCheck interface.
#
Interfaces
Checker
Checker is an interface that reports whether the passed request should be allowed to continue.