mirror of
https://github.com/TwiN/gatus.git
synced 2025-01-10 07:58:21 +01:00
6 lines
119 B
Go
6 lines
119 B
Go
|
package security
|
||
|
|
||
|
import "github.com/TwiN/gocache/v2"
|
||
|
|
||
|
var sessions = gocache.NewCache() // TODO: Move this to storage
|