mirror of
https://github.com/TwiN/gatus.git
synced 2025-01-03 12:39:39 +01:00
6 lines
165 B
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
|