package
Version:
v3.4.2
Opens a new window with list of versions in this module.
Published: Dec 17, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
New returns an instance of the cbox sql preferences manager.
func (c *Config) ApplyDefaults()
type Preference struct {
gorm.Model
UserId string `gorm:"size:255;index:i_user_id;uniqueIndex:i_unique"`
Namespace string `gorm:"size:255;index:i_namespace;uniqueIndex:i_unique"`
ConfigKey string `gorm:"size:255;index:i_config_key;uniqueIndex:i_unique"`
ConfigValue string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.