Versions in this module Expand all Collapse all v1 v1.3.0 Jun 19, 2014 v1.2.0 May 16, 2014 Changes in this version + type CouchbaseProvider struct + func (cp *CouchbaseProvider) SessionAll() int + func (cp *CouchbaseProvider) SessionDestroy(sid string) error + func (cp *CouchbaseProvider) SessionExist(sid string) bool + func (cp *CouchbaseProvider) SessionGC() + func (cp *CouchbaseProvider) SessionInit(maxlifetime int64, savePath string) error + func (cp *CouchbaseProvider) SessionRead(sid string) (session.SessionStore, error) + func (cp *CouchbaseProvider) SessionRegenerate(oldsid, sid string) (session.SessionStore, error) + type CouchbaseSessionStore struct + func (cs *CouchbaseSessionStore) Delete(key interface{}) error + func (cs *CouchbaseSessionStore) Flush() error + func (cs *CouchbaseSessionStore) Get(key interface{}) interface{} + func (cs *CouchbaseSessionStore) SessionID() string + func (cs *CouchbaseSessionStore) SessionRelease(w http.ResponseWriter) + func (cs *CouchbaseSessionStore) Set(key, value interface{}) error