constant

package
v0.0.0-...-52f6943 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DELETED          int64 = -1
	INACTIVED        int64 = 0
	ACTIVED          int64 = 10
	DEFAULT_LIMIT    int64 = 20
	DEFAULT_OFFSET   int64 = 0
	DELETED_STRING         = "deleted"
	INACTIVED_STRING       = "inactived"
	ACTIVED_STRING         = "actived"
	SELECT_QUERY           = "select"
	UPDATE_QUERY           = "update"
	TYPE_USERPOST          = "user_post"
	HTTP_GET               = "GET"
	HTTP_PUT               = "PUT"
	HTTP_POST              = "POST"
	HTTP_DELETE            = "DELETE"
	STATUS_OK              = "status_ok"
	STATUS_CREATED         = "status_created"
	STATUS_UPDATED         = "status_updated"
	STATUS_DELETED         = "status_deleted"
)

Variables

View Source
var ACTORKEY keyType = "Actor"
View Source
var AscOrDesc = map[string]string{
	"ascending":  "ASC",
	"descending": "DESC",
	"asc":        "ASC",
	"desc":       "DESC",
	"ASC":        "ASC",
	"DESC":       "DESC",
}

AscOrDesc ...

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