Documentation
¶
Index ¶
Constants ¶
View Source
const ( PROJECT_NAME = "GoBot" GOBOT_WORKING_DIR = "GOBOT_WORKING_DIR" PLUGIN_EXTENSION_NAME = ".gobot" LOGGER_TIME = "%-20s" LOGGER_COLOR_RED = "\033[31m" LOGGER_COLOR_YELLOW = "\033[33m" LOGGER_COLOR_BLUE = "\033[35m" LOGGER_COLOR_CYAN = "\033[36m" LOGGER_COLOR_WHITE = "\033[37m" LOGGER_INFO_FORMATE = LOGGER_COLOR_WHITE + LOGGER_TIME + LOGGER_COLOR_CYAN + "[%s]" + "[INFO]: " + "%s\n" LOGGER_ERRO_FORMATE = LOGGER_COLOR_WHITE + LOGGER_TIME + LOGGER_COLOR_RED + "[%s]" + "[ERRO]: " + "%s\n" LOGGER_WARN_FORMATE = LOGGER_COLOR_WHITE + LOGGER_TIME + LOGGER_COLOR_YELLOW + "[%s]" + "[WARN]: " + "%s\n" )
PROJECT_NAME ...
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.