Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
type Auth string
Auth matches an auth= tuple in a config If the value matches factotum, it will use the factotum to return a password If the value matches password, it will return the value of a password= tuple If the value matches none, it will return an empty string Any other value set for Auth will result in undefined behaviour, but should result in an error for marshalling
type ListenAddress ¶
type ListenAddress string
ListenAddress is the listen_address tuple in a config If this is unset in the config, it will be filled with "localhost"
func (*ListenAddress) String ¶
func (a *ListenAddress) String() string
Click to show internal directories.
Click to hide internal directories.