package
0.8.9
Repository: https://github.com/browsefile/backend.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package utils implements some useful functions to work with the file system.
No description provided by the author

# 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.

# Type aliases

used to filter out specific files by name and path.
FSBuilder is the File System Builder.