Documentation ¶ Index ¶ func Scan(dst, src any) error func Value(v any) (driver.Value, error) type Map func (j *Map[K, V]) Scan(src any) error func (j Map[K, V]) Value() (driver.Value, error) type Slice func (j *Slice[V]) Scan(src any) error func (j Slice[V]) Value() (driver.Value, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Scan ¶ func Scan(dst, src any) error func Value ¶ func Value(v any) (driver.Value, error) Types ¶ type Map ¶ type Map[K comparable, V any] map[K]V func (*Map[K, V]) Scan ¶ func (j *Map[K, V]) Scan(src any) error func (Map[K, V]) Value ¶ func (j Map[K, V]) Value() (driver.Value, error) type Slice ¶ type Slice[V any] []V func (*Slice[V]) Scan ¶ func (j *Slice[V]) Scan(src any) error func (Slice[V]) Value ¶ func (j Slice[V]) Value() (driver.Value, error) Source Files ¶ View all Source files helpers.go types.go Click to show internal directories. Click to hide internal directories.