Documentation ¶
Index ¶
- type MySQLStore
- func (m *MySQLStore) Close()
- func (m *MySQLStore) Delete(c *gin.Context, session *sessions.Session) error
- func (m *MySQLStore) Get(c *gin.Context, name string) (*sessions.Session, error)
- func (m *MySQLStore) New(c *gin.Context, name string) (*sessions.Session, error)
- func (m *MySQLStore) Save(c *gin.Context, session *sessions.Session) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MySQLStore ¶
type MySQLStore struct { Codecs []securecookie.Codec Options *sessions.Options // contains filtered or unexported fields }
func (*MySQLStore) Close ¶
func (m *MySQLStore) Close()
Click to show internal directories.
Click to hide internal directories.