# Functions
CreateAppWithConfigs creates but not Init new Application as AppRunner This function creates new Application and pass configFile to newly created object
* Parameters:
* - configFile - path to config
* Returns: new Application as AppRunner
*/.
CreateAppWithData creates but not Init new Application as AppRunner This function creates new Application and pass already decoded json of appConfig and serverData plus secretKey
* Parameters:
* - appConfig - decoded config
* - serverData - decoded server config
* - secretKey - secret key that is using for signing JWT
* Returns: new Application as AppRunner
*/.
# Structs
No description provided by the author
# Interfaces
AppRunner interface that allows to manipulate application.