The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/vendor/github.com/go-macaron/session
bergquist a8326e3e93 build: removes unused vendored files 6 years ago
..
.gitignore replace dep with go modules (#16017) 6 years ago
LICENSE tech(build): move dependencies to vendor folder 9 years ago
README.md replace dep with go modules (#16017) 6 years ago
file.go replace dep with go modules (#16017) 6 years ago
flash.go replace dep with go modules (#16017) 6 years ago
memory.go tech(build): move dependencies to vendor folder 9 years ago
session.go replace dep with go modules (#16017) 6 years ago
utils.go updates macaron session package 7 years ago

README.md

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

The minimum requirement of Go is 1.6 (1.7 if using Redis, 1.8 if using MySQL).

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.