handler

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Func

type Func interface {
	// IsFactory returns true if this handler is a factory function that returns the actual handler.
	IsFactory() bool
	// H returns the underlying handler function as a reflect.Value for reflective invocation.
	H() reflect.Value
}

Func wraps a handler function for the API dispatch system.

Jump to

Keyboard shortcuts

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