# Structs
HostPort is used to accept hostnames or IP addresses that may include an optional port.
# Type aliases
StringOrFile is a pflag.Value type that can be used to read a value either from the command line flag, or as path to a file.
URL is an alias for url.URL that allows it to be parsed from a command line flag, or config file.