Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct {
// Cookie to show.
Cookie string `cfg:"cookie"`
// Session cookie.
Session bool `cfg:"session"`
// SessionStoreName to get from auth_echo.
SessionStoreName string `cfg:"session_store_name"`
// SessionValueName to get from session, default is "cookie".
SessionValueName string `cfg:"session_value_name"`
// Base64 decode when reading cookie.
Base64 bool `cfg:"base64"`
// Raw cookie to show
Raw bool `cfg:"raw"`
}
func (*Info) Middleware ¶
func (s *Info) Middleware() echo.MiddlewareFunc
Click to show internal directories.
Click to hide internal directories.