constants

package
v0.0.0-...-e72100f Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2023 License: BSD-2-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RED_COLOR    = string("\033[31m")
	GREEN_COLOR  = string("\033[32m")
	YELLOW_COLOR = string("\033[33m")
	ORANGE_COLOR = string("\033[0;33m")
	BLUE_COLOR   = string("\033[34m")
	PURPLE_COLOR = string("\033[35m")
	CYAN_COLOR   = string("\033[36m")
	WHITE_COLOR  = string("\033[37m")
)
View Source
const (
	CLASSZOO1_ENV = "classzoo1"
	SUITECRM_ENV  = "suitecrm"
	DAILERDB_ENV  = "dialerdb"
	VARIABLE_ENV  = "APP_ENV"
)
View Source
const (
	CONFIG_PATH_FILE   = "configs"
	TYPE_FILE          = "yml"
	DOT_SEPERATOR_FILE = "."
)
View Source
const (
	WARNING_LOG = "warning"
	WARN_LOG    = "warn"
	INFO_LOG    = "info"
	DEBUG_LOG   = "debug"
	PANIC_LOG   = "panic"
	FATAL_LOG   = "fatal"
)
View Source
const (
	GET_METHOD    = "GET"
	PUT_METHOD    = "PUT"
	DELETE_METHOD = "DELETE"
)
View Source
const (
	UPSERT_MODE = "upsert"
	DELETE_MODE = "delete"
	STATUS_MODE = "status"
)
View Source
const (
	CONNECTORS_URL      = "connectors"
	STATUS_URL          = "status"
	SLASH_SEPERATOR_URL = "/"
	CONFIG_URL          = "config"
)
View Source
const (
	BASIC_AUTH = "basic_auth"
)
View Source
const (
	DEBEZIUM_CONNECTOR_TYPE = "debezium"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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