Documentation
¶
Index ¶
Constants ¶
View Source
const ( Active Status = "Active" Inactive Status = "Inactive" Stopped Status = "Stopped" Running Status = "Running" Suspended Status = "Suspended" Blocked Status = "Blocked" New Status = "New" Retired Status = "Retired" Processing Status = "Processing" Ready Status = "Ready" SuperAdmin Role = "SuperAdmin" MigrationsDir = "pkg/infrastructure/entgql/ent/migrate/migrations" MigrateDataDir = "pkg/infrastructure/entgql/ent/migrate/migratedata" CurrentUserContextValue = "currentUser" DefaultPluginFolderPath = "goplugin" DefaultRpcPluginFolderPath = "rpc" RepositoryContextValue ContextKey = "repository" ServiceContextValue ContextKey = "service" CentrifugeClientContextValue ContextKey = "centrifugeClient" UserContextValue ContextKey = "user" RoleContextValue ContextKey = "role" Local Environment = "local" Dev Environment = "dev" Prod Environment = "prod" )
Variables ¶
View Source
var ( FalseVal = false TrueVal = true Now = time.Now() SystemUsername = "system" DefaultSystemKey = "defaultSystemKey" GlobalDepartment = "Global" RootConfig = "root" DefaultRemoteFolderPath = "files" PrivateACL = "private" AwsS3Domain = "https://s3.amazonaws.com/" RpcPluginGoModContent = heredoc.Docf(` module graphabc-impl go 1.18 replace graphabc => ../../../../../ `) )
Functions ¶
This section is empty.
Types ¶
type ContextKey ¶
type ContextKey string
type Environment ¶
type Environment string
func (Environment) String ¶
func (env Environment) String() string
Click to show internal directories.
Click to hide internal directories.