# Functions
Init - Assign global config to decoded config struct.
ValidateConfig is for custom validation rules for the configuration.
# Variables
Config - Global variable to export.
# Structs
AppConfig defines.
CacheConfig related to Redis.
ConnectorBackendConfig related to connector-backend.
DatabaseConfig related to database.
EtcdConfig.
LogConfig related to logging.
MgmtBackendConfig related to mgmt-backend.
ModelBackendConfig related to model-backend.
PipelineBackendConfig related to pipeline-backend.
ServerConfig defines HTTP server configurations.
TritonServerConfig related to Triton server.