# Functions
CheckPasswordHash compares a password with an hash to check if they match.
GenerateRandomBytes returns securely generated random bytes.
HashPassword generates an hash from a password using bcrypt.
No description provided by the author
# Structs
Context contains the needed information to make handlers work.
File contains the information about a particular file or directory.
FileBrowser is a file manager instance.
A Listing is the context used to fill out a template.
params in URL request.
ReCaptcha settings.
No description provided by the author
# Interfaces
FileSystem is the interface to work with the file system.