Documentation ¶
Index ¶
- Variables
- func App() *buffalo.App
- func UsersCreate(c buffalo.Context) error
- func UsersDelete(c buffalo.Context) error
- func UsersEdit(c buffalo.Context) error
- func UsersList(c buffalo.Context) error
- func UsersNew(c buffalo.Context) error
- func UsersShow(c buffalo.Context) error
- func UsersUpdate(c buffalo.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ENV = defaults.String(os.Getenv("GO_ENV"), "development")
ENV is used to help switch settings based on where the application is being run. Default is "development".
Functions ¶
func App ¶
App is where all routes and middleware for buffalo should be defined. This is the nerve center of your application.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.