Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
func HandlerFromInterface ¶
fromInterface - Converts a function to a Handler Valid function types are: func() func() error func(*T) func(*T) error Handler[T] If the function is not a valid type, an error is returned
type Middleware ¶
Click to show internal directories.
Click to hide internal directories.