Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // if we expect that the user of the function may be interested with concrete error, // it's a good idea to provide variable with this error NoUserInContextError = commonerrors.NewAuthorizationError("no user in context", "no-user-found") )
Functions ¶
Types ¶
type FirebaseHttpMiddleware ¶
func (FirebaseHttpMiddleware) Middleware ¶
func (a FirebaseHttpMiddleware) Middleware(next http.Handler) http.Handler
Click to show internal directories.
Click to hide internal directories.