//
pkg.gl
Category
github.com/corylanou/buffalo
examples
json-resource
actions
package
0.7.4
Repository:
https://github.com/corylanou/buffalo.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
0
Files
124 SLOC
#
Functions
App
App is where all routes and middleware for buffalo should be defined.
#
Variables
ENV
ENV is used to help switch settings based on where the application is being run.
#
Structs
UsersResource
UsersResource allows CRUD with HTTP against the User model.