# Functions

BuildAppConfig builds AppConfig from service.
NewMockFS constructs a new mock.
NewRealFS constructs a new mock.
NewRouterConfig builds new router config with default valuesIf this error occurs "could not build the server_names_hash", either increase ServerNamesHashMaxSizeto a number close to the number of servers (users * services he/she uses), or increase ServerNamesHashBucketSize (in this case, the server_name is becoming too long).

# Structs

AppConfig encapsulates the configuration for all routes to a single back end.
MockFS implements FileSystem interface.
RealFS implements FileSystem interface.
RouterConfig is the primary type used to encapsulate all router configuration.

# Interfaces

FileSystem interface.