Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigValue ¶
type ConfigValue struct { gorm.Model ValueDomain Domain `gorm:"foreignkey:ID"` Key string `gorm:"index:configKey"` Value string }
ConfigValue the key value pair
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store contains the connection to the store holding the configuration data.
func CreateStore ¶
CreateStore create a store
func (Store) CreateDomain ¶
CreateDomain Create a new domain in the store
Click to show internal directories.
Click to hide internal directories.