Add preferences service API for products (#20869)

Этот коммит содержится в:
Doug Lauder
2022-08-23 11:57:07 -04:00
коммит произвёл GitHub
родитель 3138543d10
Коммит 6a6e05073e
4 изменённых файлов: 35 добавлений и 0 удалений

Просмотреть файл

@@ -103,6 +103,7 @@ const (
KVStoreKey ServiceKey = "kvstore"
StoreKey ServiceKey = "storekey"
SystemKey ServiceKey = "systemkey"
PreferencesKey ServiceKey = "preferenceskey"
)
type Server struct {