Documentation ¶
Overview ¶
Package handlers is generated automatically by goal toolkit. Please, do not edit it manually.
Package handlers is generated automatically by goal toolkit. Please, do not edit it manually.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var App tApp
App is an insance of tApp that is automatically generated from App controller being found at "github.com/goaltools/goal/internal/skeleton/controllers/app.go", and contains methods to be used as handler functions.
App is a sample controller.
var Controllers tControllers
Controllers is an insance of tControllers that is automatically generated from Controllers controller being found at "github.com/goaltools/goal/internal/skeleton/controllers/init.go", and contains methods to be used as handler functions.
Controllers is a struct that should be embedded into every controller of your app to make methods and fields provided by standard controllers available.
Functions ¶
func Init ¶
func Init() (routes []struct { Method, Pattern, Label string Handler http.HandlerFunc })
Init initializes controllers of "github.com/goaltools/goal/internal/skeleton/controllers", its parents, and returns a list of routes along with handler functions associated with them.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
github.com
|
|
goaltools/contrib/controllers/requests
Package handlers is generated automatically by goal toolkit.
|
Package handlers is generated automatically by goal toolkit. |
goaltools/contrib/controllers/sessions
Package handlers is generated automatically by goal toolkit.
|
Package handlers is generated automatically by goal toolkit. |
goaltools/contrib/controllers/static
Package handlers is generated automatically by goal toolkit.
|
Package handlers is generated automatically by goal toolkit. |
goaltools/contrib/controllers/templates
Package handlers is generated automatically by goal toolkit.
|
Package handlers is generated automatically by goal toolkit. |