Documentation ¶
Index ¶
- Variables
- func App() *buffalo.App
- type UsersResource
- func (ur *UsersResource) Create(c buffalo.Context) error
- func (ur *UsersResource) Destroy(c buffalo.Context) error
- func (ur *UsersResource) Edit(c buffalo.Context) error
- func (ur *UsersResource) List(c buffalo.Context) error
- func (ur *UsersResource) New(c buffalo.Context) error
- func (ur *UsersResource) Show(c buffalo.Context) error
- func (ur *UsersResource) Update(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 ¶
Types ¶
type UsersResource ¶
type UsersResource struct {
buffalo.BaseResource
}
Click to show internal directories.
Click to hide internal directories.