Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CookieToken ¶
type CookieToken struct{}
func (*CookieToken) SetToken ¶
func (*CookieToken) SetToken(rw http.ResponseWriter, name, value string, options *sessions.Options)
type Store ¶
type Store interface {
ginSession.Store
EncodeToken(name, id string) (string, error)
}
func NewMongoStore ¶
Click to show internal directories.
Click to hide internal directories.