checker

package
v1.21.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2025 License: MIT Imports: 4 Imported by: 2

Documentation

Overview

Package checker defines the Checker interface and a helper utility to avoid import cycles.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Impl

type Impl interface {
	Check(*http.Request) (bool, error)
	Hash() string
}

type List

type List []Impl

func (List) Check

func (l List) Check(r *http.Request) (bool, error)

func (List) Hash

func (l List) Hash() string

Jump to

Keyboard shortcuts

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