package
2.4.1+incompatible
Repository: https://github.com/volatiletech/authboss.git
Documentation: pkg.go.dev

# Functions

NewAfterCallback constructs a new aftercallback.
NewClientRW takes the data from a client state and returns.
NewClientState constructs a ClientStorer.
NewMailer constructs a mailer.
NewServerStorer constructor.
Request returns a new request with optional key-value body (form-post).

# Structs

AfterCallback is a callback that knows if it was called.
ArbValues is arbitrary value storage.
BodyReader reads the body of a request and returns some values.
ClientState is used for testing the client stores on context.
ClientStateRW stores things that would originally go in a session, or a map, in memory!.
Emailer that holds the options it was given.
ErrorHandler just holds the last error.
FailStorer is used for testing module initialize functions that recover more than the base storer.
Logger logs to the void.
Mailer helps simplify mailer testing by storing the last sent email.
Redirector stores the redirect options passed to it and writes the Code to the ResponseWriter.
Renderer mock.
Responder records how a request was responded to.
Router records the routes that were registered.
ServerStorer should be valid for any module storer defined in authboss.
User represents all possible fields a authboss User may have.
Values is returned from the BodyReader.