//
pkg.gl
Category
github.com/fasthttp/session
mysql
package
1.1.8
Repository:
https://github.com/fasthttp/session.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
1
Files
387 SLOC
#
Functions
NewConfigWith
NewConfigWith return new configuration with especific paremters.
NewDao
NewDao create new database access object.
NewDefaultConfig
NewDefaultConfig return default configuration.
NewProvider
NewProvider new mysql provider.
#
Constants
ProviderName
ProviderName mysql provider name.
#
Structs
Config
Config session mysql configuration.
Dao
Dao database access object.
DBRow
DBRow database row definition.
Provider
Provider provider struct.
Store
Store store struct.