Versions in this module Expand all Collapse all v2 v2.0.3 Mar 3, 2022 v2.0.2 Mar 3, 2022 v2.0.1 Feb 22, 2022 v2.0.0 Feb 22, 2022 Changes in this version + type Provider struct + Host string + Port int + func (p *Provider) SessionAll(context.Context) int + func (p *Provider) SessionDestroy(ctx context.Context, sid string) error + func (p *Provider) SessionExist(ctx context.Context, sid string) (bool, error) + func (p *Provider) SessionGC(context.Context) + func (p *Provider) SessionInit(ctx context.Context, maxLifetime int64, cfg string) error + func (p *Provider) SessionRead(ctx context.Context, sid string) (session.Store, error) + func (p *Provider) SessionRegenerate(ctx context.Context, oldsid, sid string) (session.Store, error) + type SessionStore struct + func (s *SessionStore) Delete(ctx context.Context, key interface{}) error + func (s *SessionStore) Flush(context.Context) error + func (s *SessionStore) Get(ctx context.Context, key interface{}) interface{} + func (s *SessionStore) SessionID(context.Context) string + func (s *SessionStore) SessionRelease(ctx context.Context, w http.ResponseWriter) + func (s *SessionStore) Set(ctx context.Context, key, value interface{}) error Other modules containing this package github.com/whiliang/beego-multi-schema