grafana/vendor/github.com/go-macaron/session
2018-01-19 09:54:22 +01:00
..
memcache tech(build): move dependencies to vendor folder 2016-09-14 16:14:27 +02:00
mysql migrate from govendor to dep 2018-01-19 09:48:15 +01:00
postgres tech(build): move dependencies to vendor folder 2016-09-14 16:14:27 +02:00
redis tech(build): move dependencies to vendor folder 2016-09-14 16:14:27 +02:00
.gitignore migrate from govendor to dep 2018-01-19 09:48:15 +01:00
file.go tech: upgraded macaron & macaron inject, binding, session 2017-04-25 15:16:32 +02:00
LICENSE tech(build): move dependencies to vendor folder 2016-09-14 16:14:27 +02:00
memory.go tech(build): move dependencies to vendor folder 2016-09-14 16:14:27 +02:00
README.md tech: upgraded macaron & macaron inject, binding, session 2017-04-25 15:16:32 +02:00
session.go tech(build): move dependencies to vendor folder 2016-09-14 16:14:27 +02:00
utils.go tech(build): move dependencies to vendor folder 2016-09-14 16:14:27 +02:00

session Build Status

Middleware session provides session management for Macaron. It can use many session providers, including memory, file, Redis, Memcache, PostgreSQL, MySQL, Couchbase, Ledis and Nodb.

Installation

go get github.com/go-macaron/session

Getting Help

Credits

This package is a modified version of beego/session.

License

This project is under the Apache License, Version 2.0. See the LICENSE file for the full license text.