couchbase

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 4, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

type Provider bhojpurcb.Provider

Provider couchabse provided

func (*Provider) SessionAll

func (cp *Provider) SessionAll() int

SessionAll return all active session

func (*Provider) SessionDestroy

func (cp *Provider) SessionDestroy(sid string) error

SessionDestroy Remove bucket in this couchbase

func (*Provider) SessionExist

func (cp *Provider) SessionExist(sid string) bool

SessionExist Check couchbase session exist. it checkes sid exist or not.

func (*Provider) SessionGC

func (cp *Provider) SessionGC()

SessionGC Recycle

func (*Provider) SessionInit

func (cp *Provider) SessionInit(maxlifetime int64, savePath string) error

SessionInit init couchbase session savepath like couchbase server REST/JSON URL e.g. http://host:port/, Pool, Bucket

func (*Provider) SessionRead

func (cp *Provider) SessionRead(sid string) (session.Store, error)

SessionRead read couchbase session by sid

func (*Provider) SessionRegenerate

func (cp *Provider) SessionRegenerate(oldsid, sid string) (session.Store, error)

SessionRegenerate remove oldsid and use sid to generate new session

type SessionStore

type SessionStore bhojpurcb.SessionStore

SessionStore store each session

func (*SessionStore) Delete

func (cs *SessionStore) Delete(key interface{}) error

Delete value in couchbase session by given key

func (*SessionStore) Flush

func (cs *SessionStore) Flush() error

Flush Clean all values in couchbase session

func (*SessionStore) Get

func (cs *SessionStore) Get(key interface{}) interface{}

Get value from couchabse session

func (*SessionStore) SessionID

func (cs *SessionStore) SessionID() string

SessionID Get couchbase session store id

func (*SessionStore) SessionRelease

func (cs *SessionStore) SessionRelease(w http.ResponseWriter)

SessionRelease Write couchbase session with Gob string

func (*SessionStore) Set

func (cs *SessionStore) Set(key, value interface{}) error

Set value to couchabse session

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL