# Functions
NewConfig finds and parses config file with remote server credentials.
# Constants
DefaultConfigEnv is the name of the environment, which is taken as default unless another value is passed.
DefaultConfigName sets the default config file name.
DefaultProtocol contains the default protocol for connecting to a remote server.
DefaultTimeout contains the default dial and execute timeout.
Allowed protocols.
Allowed protocols.
Allowed protocols.
# Variables
ErrConfigValidation is when config validation completed with errors.
ErrUnsupportedFileExt is returned when config file has an unsupported extension.
# Type aliases
Config allows to take a remote server address and password from the configuration file.