Interface IController

IController interface represents a controller function with a name.

Hierarchy

Properties

Properties

func: Handler

The middleware function.

name: string

The name of the middleware, used for identification.

Generated using TypeDoc