Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ManagementServer managementServer Database database BackOffice backOffice }
Config represents the adapter configuration. It is created directly from the configuration toml file.
func ReadConfigs ¶
func ReadConfigs() *Config
ReadConfigs implements adapter configuration read operation. The read operation will happen only once, hence the consistancy is ensured.
If the "APK_HOME" variable is set, the configuration file location would be picked relative to the variable's value ("/conf/config.toml"). otherwise, the "APK_HOME" variable would be set to the directory from where the executable is called from.
Returns the configuration object mapped from the configuration file during the startup.
Click to show internal directories.
Click to hide internal directories.