Documentation ¶
Overview ¶
config is responsible for managing the config of the system and presenting that to comm in a controlled way. For the purposes of the POC, it is mostly hardcoded in its implementation. In practice, this pkg should handle things like validation, and file loading/parsing, in addition to env var loading for things like secret credentials.
Index ¶
Constants ¶
View Source
const ( ConfigEnvVar = "KORE_CONFIG" PluginDirEnvVar = "KORE_PLUGIN_DIR" AdapterDirEnvVar = "KORE_ADAPTER_DIR" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.