chore: update store tests (#1449)

This commit is contained in:
boojack
2023-04-03 09:53:36 +08:00
committed by GitHub
parent 4f2adfef7b
commit c9a5df81ce
5 changed files with 101 additions and 15 deletions

View File

@ -11,7 +11,7 @@ import (
type SystemSettingName string
const (
// SystemSettingServerID is the name of server id.
// SystemSettingServerIDName is the name of server id.
SystemSettingServerIDName SystemSettingName = "server-id"
// SystemSettingSecretSessionName is the name of secret session.
SystemSettingSecretSessionName SystemSettingName = "secret-session"