Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetGenericType ¶
Types ¶
type Config ¶
type Config[T TenantId, V any] struct { EntityId T `json:"entity_id" db:"entityId"` Key string `json:"key" db:"configKey"` Value ConfigValue[V] `json:"value" db:"-"` }
type ConfigValue ¶
type ConfigValue[V any] struct { Val *V `json:"value" db:"value"` }
func (*ConfigValue[V]) Scan ¶
func (c *ConfigValue[V]) Scan(src interface{}) error
Click to show internal directories.
Click to hide internal directories.