Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func (*Provider) SessionDestroy ¶
func (*Provider) SessionUpdate ¶
type SessionStore ¶
type SessionStore struct {
// contains filtered or unexported fields
}
func (*SessionStore) Delete ¶
func (st *SessionStore) Delete(key interface{})
Delete removes a key, value pair
func (*SessionStore) Get ¶
func (st *SessionStore) Get(key interface{}) interface{}
Get returns value property corresponding to key
func (*SessionStore) SessionId ¶
func (st *SessionStore) SessionId() string
SessionId returns sessionid
func (*SessionStore) Set ¶
func (st *SessionStore) Set(key, value interface{})
Set sets key value pair
Click to show internal directories.
Click to hide internal directories.