Documentation
¶
Index ¶
- type SessionStore
- func (store *SessionStore) Close() error
- func (store *SessionStore) Delete(session *sessions.Session) error
- func (store *SessionStore) Get(r *http.Request, name string) (*sessions.Session, error)
- func (store *SessionStore) New(r *http.Request, name string) (*sessions.Session, error)
- func (store *SessionStore) Save(r *http.Request, w http.ResponseWriter, session *sessions.Session) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SessionStore ¶
type SessionStore struct { Options *sessions.Options StoreMutex sync.RWMutex // contains filtered or unexported fields }
func (*SessionStore) Close ¶
func (store *SessionStore) Close() error
func (*SessionStore) Save ¶
func (store *SessionStore) Save(r *http.Request, w http.ResponseWriter, session *sessions.Session) error
Click to show internal directories.
Click to hide internal directories.