Documentation
¶
Overview ¶
Gorilla Sessions backend for Cassandra.
Copyright (c) 2018 Contributors. See the list of contributors in the CONTRIBUTORS file for details.
This software is licensed under a MIT style license available in the LICENSE file.
Index ¶
- type CassandraStore
- func (m *CassandraStore) Close()
- func (m *CassandraStore) Delete(r *http.Request, w http.ResponseWriter, session *sessions.Session) error
- func (m *CassandraStore) Get(r *http.Request, name string) (*sessions.Session, error)
- func (m *CassandraStore) New(r *http.Request, name string) (*sessions.Session, error)
- func (m *CassandraStore) 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 CassandraStore ¶
type CassandraStore struct {
Codecs []securecookie.Codec
Options *sessions.Options
// contains filtered or unexported fields
}
func NewCassandraStore ¶
func (*CassandraStore) Close ¶
func (m *CassandraStore) Close()
func (*CassandraStore) Delete ¶
func (m *CassandraStore) Delete(r *http.Request, w http.ResponseWriter, session *sessions.Session) error
func (*CassandraStore) Save ¶
func (m *CassandraStore) Save(r *http.Request, w http.ResponseWriter, session *sessions.Session) error
Click to show internal directories.
Click to hide internal directories.