# Functions
Load will load and parse the config file from the given location.
LoadAndValidate will load the config from the given filename and validate it if it was able to load the file.
Parse will parse the Tegola config file provided by the io.Reader.
ValidateAndRegisterParams ensures configured params don't conflict with existing query tokens or have overlapping names.
# Variables
ReservedTokens for query injection.
# Structs
Config represents a tegola config file.
ErrMissingEnvVar represents an environmental variable the system was unable to find in the environment.
ErrMixedProviders represents the user configuration issue of using an MVT provider with another provider.
ErrMVTDifferentProviders represents when there are two different MVT providers in a map definition.
ErrProviderNameDuplicate is returned when the name of a provider is duplicated in the provider list.
ErrProviderNameRequired is returned when the name of a provider is missing from the provider list.
ErrProviderTypeRequired is returned when the type of a provider is missing from the provider list.
ErrUnknownProviderType is returned when the config contains a provider type that has not been registered.
Webserver represents the config options for the webserver part of Tegola.