1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-04 18:09:42 +00:00
Files
gatus/security/sessions.go

6 lines
165 B
Go

package security
import "github.com/TwiN/gocache/v2"
var sessions = gocache.NewCache().WithEvictionPolicy(gocache.LeastRecentlyUsed) // TODO: Move this to storage