package
0.1.1
Repository: https://github.com/danhale-git/runrdp.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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.

# Interfaces

Cred can return valid credentials used to authenticate an RDP session.
Host can return a hostname or IP address and/or a port.