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.
Click to show internal directories.
Click to hide internal directories.