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