# README

app package


This package deals with the globals variable, reads config, logger and creates request scope

# Functions

GetRequestScope returns the RequestScope of the current request.
Init :.
LoadConfig loads configuration from the given list of paths and populates it into the Config variable.
NewLogger creates a logger object with the specified logrus.Logger and the fields that should be added to every message.

# Variables

Config stores the application-wide configurations.
Version : application version.

# Interfaces

Logger defines the logger interface that is exposed via RequestScope.
RequestScope contains the application-specific information that are carried around in a request.