Versions in this module Expand all Collapse all v0 v0.0.1 Mar 22, 2024 Changes in this version + type MySQLStore struct + Codecs []securecookie.Codec + Options *sessions.Options + func NewMySQLStoreFromConnection(db *sql.DB, tableName string, path string, maxAge int, keyPairs ...[]byte) (*MySQLStore, error) + 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