users_handler

package
v0.0.0-...-925651e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2022 License: MIT Imports: 12 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL