Documentation
¶
Overview ¶
gridFs uses the mgo mongo driver to store sessions on mongo gridfs
Index ¶
- func New(db, prefix string) session.Store
- type Store
- func (sessionStore *Store) GC(c *container.IoC, before time.Time)
- func (sessionStore *Store) Reader(c *container.IoC, name string, t time.Time) (reader io.ReadCloser, err error)
- func (sessionStore *Store) Remove(c *container.IoC, name string) (err error)
- func (sessionStore *Store) Writer(c *container.IoC, name string) (writer io.WriteCloser, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.