constants

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2024 License: BSD-3-Clause Imports: 0 Imported by: 2

Documentation

Index

Constants

View Source
const RouteTagIdentifier = "route_tag"

Variables

View Source
var UploadsEntityName = "uploads"

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