Documentation
¶
Index ¶
Constants ¶
View Source
const (
ModelNameSetting = "mrsettings.Setting" // ModelNameSetting - название сущности
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CachedSetting ¶
type CachedSetting struct {
Name string
Type enum.SettingType
ValueString string
ValueInt64 int64
ValueStringList []string
ValueInt64List []int64
}
CachedSetting - элемент настройки для хранения её в кэше.
type CachedSettingWithID ¶
type CachedSettingWithID struct {
ID uint64
CachedSetting
}
CachedSettingWithID - элемент настройки CachedSetting с полем ID.
Click to show internal directories.
Click to hide internal directories.