constants

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2025 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const RouteTagIdentifier = "route_tag"

Variables

View Source
var UploadEntityName = "upload"

Functions

This section is empty.

Types

type ComparisonOperator

type ComparisonOperator int
const (
	Equal ComparisonOperator = iota + 1
	LessThan
	GreaterThan
	GreaterThanOrEqualTo
	LessThanOrEqualTo
)

type RouteTag

type RouteTag string
var (
	AdminRoute RouteTag = "admin"
	APIRoute   RouteTag = "api"
)

type SortOrder

type SortOrder string
var (
	Ascending  SortOrder = "asc"
	Descending SortOrder = "desc"
)

Jump to

Keyboard shortcuts

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