gatus/security/sessions.go
2022-01-02 21:14:01 -05:00

6 lines
119 B
Go

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