From 4350d197f9c6937474952f75fc9b59707261a11d Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sun, 30 Mar 2025 14:31:16 +0800 Subject: [PATCH] :sparkles: DirectAccess Realm --- pkg/nex/cachekit/direct_const.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/nex/cachekit/direct_const.go b/pkg/nex/cachekit/direct_const.go index 337fcbb..6fbfdee 100644 --- a/pkg/nex/cachekit/direct_const.go +++ b/pkg/nex/cachekit/direct_const.go @@ -7,6 +7,7 @@ import "fmt" const ( DAAttachment = "attachment" DAUser = "account" + DARealm = "realm" ) func FKey(prefix string, key any) string {