# Functions

GetCredentials from given netrc lines and the given host.
ReadUserNetrc looks up the netrc for the user if set and returns the parsed result in case there is no netrc an error is returned.

# Variables

ErrNoEntry represents the case that there is no entry for a given hostname in the netrc.

# Structs

Credentials for a host.
Line representing a netrc entry.