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)
}
Click to show internal directories.
Click to hide internal directories.