mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-24 08:53:48 +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
|