Documentation ¶
Overview ¶
Package internal implements the HTTP authentication server that is designed to interact with the NGINX Mail Proxy module.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidHash = errors.New("the encoded hash is not in the correct format") ErrIncompatibleVersion = errors.New("incompatible version of argon2") )
Errors used in the decodeHash function.
Functions ¶
func PrintVersion ¶
func PrintVersion()
PrintVersion prints the version of the application, the Go version it was built with and a list of every external dependency it was built with.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.