Documentation ¶
Index ¶
Constants ¶
View Source
const (
Root = bootstrap.Root + ".function"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Function ¶
type Function[T any] struct { // contains filtered or unexported fields }
func New ¶
func New[T any](m ...middleware.AnyErrorMiddleware[T]) (*Function[T], error)
type Handler ¶
func Wrapper ¶
func Wrapper[T any](wrp *middleware.AnyErrorWrapper[T], fn Handler[T]) Handler[T]
Click to show internal directories.
Click to hide internal directories.