# Functions
NewConfigFromDB is function which constructed Configuration loader object.
NewConfigFromFS is function which constructed Configuration loader object.
NewConfigFromS3 is function which constructed Configuration loader object.
NewController is function which constructed Controller object.
NewFilesFromFS is function which constructed Files loader object.
NewFilesFromS3 is function which constructed Files loader object.
# Interfaces
IConfigLoader is internal interface for loading config from external storage.
IController is interface for loading and control all modules.
IFilesLoader is internal interface for loading files from external storage.
IRegAPI is interface of Main Module for registrate extra Lua API.