constant

package
v0.0.0-...-a91912b Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ADMIN     = UserRole("ADMIN")
	NON_ADMIN = UserRole("NON_ADMIN")
)

Variables

View Source
var (
	C_KEY_USER         = "user"
	C_KEY_REQUEST_USER = "request-user"
)
View Source
var (
	DEFAULT_SELECT_COLUMNS      = Selects([]types.SelectOperation{})
	DEFAULT_JOIN_SELECT_COLUMNS = Selects([]types.SelectOperation{})
)
View Source
var (
	POSTGRES = DialectDatabaseSQLType("postgres")
	MYSQL    = DialectDatabaseSQLType("mysql")
)
View Source
var (
	DEV    = EnvironmentType("dev")
	DOCKER = EnvironmentType("docker")
)
View Source
var (
	REDIS = DialectDatabaseCacheType("redis")
)

Functions

This section is empty.

Types

type DialectDatabaseCacheType

type DialectDatabaseCacheType string

type DialectDatabaseSQLType

type DialectDatabaseSQLType string

type EnvironmentType

type EnvironmentType string

type Selects

type Selects []types.SelectOperation

type UserRole

type UserRole string

Jump to

Keyboard shortcuts

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