Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoSession = errors.New("no session was found")
Functions ¶
func NewSessionMiddleware ¶
func NewSessionMiddleware(config *MiddlewareConfig) echo.MiddlewareFunc
Types ¶
type AuthInfo ¶
func GetAuthInfo ¶
type MiddlewareConfig ¶
type MiddlewareConfig struct {
SessionStore Store
}
Click to show internal directories.
Click to hide internal directories.