# Functions
New takes a map of viper instances and parses them to a Configuration struct.
ReadConfigs reads a map of io.Reader into a matching map of viper.Viper.
# Constants
No description provided by the author
# Structs
Configuration holds data from all parsed config files as structs.
DuplicateConfigNameError reports a duplicate configuration item name.
FieldLoadError reports an error loading a config field.
InvalidConfigError reports a configuration which was parsed successfully but has invalid values.
Settings is the configuration of .RDP file settings.
Tunnel has the details for opening an 'SSH tunnel' (SSH port forwarding) including a reference to a Host config which will be the forwarding server.