# Functions
GetConfigFilePath is a simple helper to export the configuration file's path based on arch, etc.
ReadRemoteConfig takes an io.Reader representing the remote configuration file and returns a remoteconfig.
# Variables
ErrConnectionNotFound unable to lookup connection by name.
ErrNoConfigationFile no config file found.
ErrNoDefaultConnection no default connection is defined in the podman-remote.conf file.
ErrNoDefinedConnections no connections are defined in the podman-remote.conf file.
# Structs
RemoteConfig describes the podman remote configuration file.
RemoteConnection describes the attributes of a podman-remote endpoint.