Documentation ¶
Index ¶
- type Impl
- func (h *Impl) Delete(r *http.Request, w http.ResponseWriter, session *sessions.Session) error
- func (h *Impl) DeleteExpired(ctx context.Context, logger log.ZapLogger)
- func (h *Impl) Get(r *http.Request, name string) (*sessions.Session, error)
- func (h *Impl) GetSession(r *http.Request) (*sessions.Session, error)
- func (h *Impl) Init(ctx context.Context, options configx.Values) error
- func (h *Impl) New(r *http.Request, name string) (*sessions.Session, error)
- func (h *Impl) 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 Impl ¶
func (*Impl) DeleteExpired ¶
func (*Impl) GetSession ¶
GetSession implements the SessionDAO interface
Click to show internal directories.
Click to hide internal directories.