types

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2025 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContextKey

type ContextKey string
const (
	// TargetContextKey used by the forwarder to get the target backend.
	TargetContextKey ContextKey = "target"

	// BackendContextKey used to store the backend name for OTEL purposes.
	BackendContextKey ContextKey = "krb.backend"
)

type FlowComponent

type FlowComponent interface {
	http.Handler

	Next(FlowComponent)
}

Jump to

Keyboard shortcuts

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