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 {