package
1.0.7
Repository: https://github.com/tmoeish/tsq.git
Documentation: pkg.go.dev

# Functions

CountActiveEnv counts *Active* Env.
CountActiveEnvByAppID counts *Active* Env by index AppID.
CountActiveEnvByAppIDAndEnvLevel counts *Active* Env by index AppIDAndEnvLevel.
CountActiveEnvByEnvLevel counts *Active* Env by index EnvLevel.
CountEnv counts Env.
CountEnvByAppID counts Env by index AppID.
CountEnvByAppIDAndEnvLevel counts Env by index AppIDAndEnvLevel.
CountEnvByEnvLevel counts Env by index EnvLevel.
ExistsActiveEnvByAppIDAndEnvCode checks if *Active* Env exists by unique index AppIDAndEnvCode.
ExistsEnvByAppIDAndEnvCode checks if Env exists by unique index AppIDAndEnvCode.
GetActiveEnvByAppIDAndEnvCode gets *Active* Env by unique index AppIDAndEnvCode.
GetActiveEnvByAppIDAndEnvCodeOrErr gets *Active* Env by unique index AppIDAndEnvCode.
GetActiveEnvByID get **Active** Env by ID.
GetActiveEnvByIDOrErr get **Active** Env by ID.
GetEnvByAppIDAndEnvCode gets Env by unique index AppIDAndEnvCode.
GetEnvByAppIDAndEnvCodeOrErr gets Env by unique index AppIDAndEnvCode.
GetEnvByID get Env by ID.
GetEnvByIDOrErr get Env by ID.
ListActiveEnv lists *Active* Env.
ListActiveEnvByAppID lists *Active* Env by index AppID.
ListActiveEnvByAppIDAndEnvLevel lists *Active* Env by index AppIDAndEnvLevel.
ListActiveEnvByEnvLevel lists *Active* Env by index EnvLevel.
ListActiveEnvByIDSet lists **Active** Envs by ID set.
ListActiveEnvByIDSetOrErr lists **Active** Envs by ID set.
ListEnv lists []*Env.
ListEnvByAppID lists Env by index AppID.
ListEnvByAppIDAndEnvLevel lists Env by index AppIDAndEnvLevel.
ListEnvByEnvLevel lists Env by index EnvLevel.
ListEnvByIDSet lists Envs by ID set.
ListEnvByIDSetOrErr lists Envs by ID set.
ListEnvByQuery list Env by query.
PageActiveEnv page lists *Active* Env.
PageActiveEnvByAppID page lists *Active* Env by index AppID.
PageActiveEnvByAppIDAndEnvLevel page lists *Active* Env by index AppIDAndEnvLevel.
PageActiveEnvByEnvLevel page lists *Active* Env by index EnvLevel.
PageEnv page lists Env.
PageEnvByAppID page lists Env by index AppID.
PageEnvByAppIDAndEnvLevel page lists Env by index AppIDAndEnvLevel.
PageEnvByEnvLevel page lists Env by index EnvLevel.
PageEnvByQuery page lists Env by query.

# Constants

Development level.
Gray level.
Production level.
Staging level.

# Variables

table Env column list.
table Env column list.
table Env column list.
table Env column list.
table Env column list.
table Env column list.
table Env column list.
table Env column list.
table Env column list.
table Env column list.
table Env column list.
ListEnvByAppIDAndEnvLevelQuery queries Env by index AppIDAndEnvLevel.
ListEnvByAppIDQuery queries Env by index AppID.
ListEnvByEnvLevelQuery queries Env by index EnvLevel.
TableEnv table Env.

# Structs

Env represents Env.

# Type aliases

EnvLevel represents Env level.