Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FloatArray ¶
type FloatArray[T constraints.Float] []T
func (*FloatArray[T]) Scan ¶
func (d *FloatArray[T]) Scan(value interface{}) error
type JSON ¶
func (JSONB) ConvertValue(v any) (driver.Value, error) {
}
func (JSON) GormDataType ¶
type JSONArray ¶ added in v1.2.7
func (JSONArray) GormDataType ¶ added in v1.2.7
type JSONB ¶
type JSONB json.RawMessage
func (JSONB) GormDataType ¶
type JSONStr ¶
type JSONStr string
func (JSONStr) GormDataType ¶
type StringArray ¶
type StringArray []string
func (*StringArray) Scan ¶
func (d *StringArray) Scan(value interface{}) error
Click to show internal directories.
Click to hide internal directories.