package
1.2.1
Repository: https://github.com/volatiletech/authboss.git
Documentation: pkg.go.dev

# Functions

Asset loads and returns the asset for the given name.
AssetDir returns the file names below a certain directory embedded in the file by go-bindata.
AssetInfo loads and returns the asset info for the given name.
AssetNames returns the names of the assets.
RenderEmail renders the html and plaintext views for an email and sends it.
LoadTemplates parses all specified files located in fpath.
MustAsset is like Asset but panics when Asset would return an error.
Redirect sets any flash messages given and redirects the user.
RestoreAsset restores an asset under the given directory.
RestoreAssets restores an asset under the given directory recursively.

# Variables

ErrTemplateNotFound should be returned from Get when the view is not found.

# Type aliases

Templates is a map depicting the forms a template needs wrapped within the specified layout.