Documentation ¶
Overview ¶
Package handlers is used by go generate for analizing controller package's files and generation of handlers.
Package handlers scans your controllers and generates handler function package from them.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Handler = tool.Handler{
Run: main,
Name: "generate handlers",
Usage: "[flags]",
Info: "generate handler functions from controllers",
Desc: `Tool "generate handlers" scans your controllers and generates
a standard handler function for every of your action.
So, you can use the generated package with any router you want.
`,
}
Handler is an instance of "generate handlers" subcommand (tool).
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.