modulepackage
0.0.0-20210511070337-d91d97c9deed
Repository: https://github.com/nimbusec-oss/minion.git
Documentation: pkg.go.dev
# README
minion
** This project is deprecated. ** Please check out the Minions repo
# Functions
Default retrieves a value from the given session.
JSON outputs the data encoded as JSON.
NewMinion creates a new minion instance.
No description provided by the author
# Constants
PrincipalKey is the key used for the principal in the user session.
RedirectKey is the key used for the original URL before redirecting to the login site.
# Type aliases
BindingResult holds validation errors of the binding process from a HTML form to a Go struct.
Option is a functional configuration type that can be used to tailor the Minion instance during creation.
V is a helper type to quickly build variable maps for templates.