Documentation ¶
Index ¶
Constants ¶
View Source
const PAGE = "1"
View Source
const PER_PAGE = "5"
View Source
const SORT_COLUMN = "id"
View Source
const SORT_TYPE = "desc"
Variables ¶
View Source
var RouteResource = routes.Routing{ Path: "/users", Name: "users", Resources: routes.Resources{ "index": lists, "create": create, "store": store, "show": show, "edit": show, "update": update, "destroy": delete, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.