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