Documentation ¶
Index ¶
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
}
UsersResource allows CRUD with HTTP against the User model
func (*UsersResource) Create ¶
func (ur *UsersResource) Create(c buffalo.Context) error
Create a user
func (*UsersResource) Destroy ¶
func (ur *UsersResource) Destroy(c buffalo.Context) error
Destroy removes a target user
func (*UsersResource) List ¶
func (ur *UsersResource) List(c buffalo.Context) error
List renders all users
Click to show internal directories.
Click to hide internal directories.