文件名称:开源项目-alexedwards-scs.zip
文件大小:44KB
文件格式:ZIP
更新时间:2022-11-08 21:25:26
开源项目
开源项目-alexedwards-scs.zip,alexedwards/scs: Session management for Go 1.7+
【文件预览】:
scs-master
----codec.go(1KB)
----badgerstore()
--------README.md(2KB)
--------badgerstore.go(2KB)
--------go.mod(99B)
--------badgerstore_test.go(4KB)
--------go.sum(5KB)
----README.md(12KB)
----boltstore()
--------README.md(3KB)
--------go.mod(156B)
--------boltstore_test.go(3KB)
--------boltstore.go(4KB)
--------go.sum(358B)
----session.go(7KB)
----data_test.go(9KB)
----postgresstore()
--------README.md(3KB)
--------postgresstore.go(3KB)
--------go.mod(91B)
--------postgresstore_test.go(6KB)
--------go.sum(153B)
----mysqlstore()
--------mysqlstore_test.go(6KB)
--------README.md(3KB)
--------go.mod(154B)
--------mysqlstore.go(4KB)
--------go.sum(628B)
----LICENSE(1KB)
----redisstore()
--------README.md(2KB)
--------redisstore.go(2KB)
--------go.mod(110B)
--------go.sum(197B)
--------redisstore_test.go(5KB)
----go.mod(46B)
----data.go(14KB)
----memstore()
--------README.md(3KB)
--------memstore.go(3KB)
--------memstore_test.go(4KB)
----go.sum(0B)
----.travis.yml(76B)
----session_test.go(6KB)
----store.go(1014B)