Versions in this module Expand all Collapse all v6 v6.1.2 Oct 3, 2024 Changes in this version + type Float []float64 + func (f *Float) Scan(src interface{}) error + func (f *Float) UnmarshalText(text []byte) error + func (f Float) Interface() interface{} + func (f Float) Value() (driver.Value, error) + type Int []int + func (i *Int) Scan(src interface{}) error + func (i *Int) UnmarshalText(text []byte) error + func (i Int) Interface() interface{} + func (i Int) Value() (driver.Value, error) + type Map map[string]interface + func (m *Map) Scan(src interface{}) error + func (m Map) Interface() interface{} + func (m Map) UnmarshalJSON(b []byte) error + func (m Map) UnmarshalText(text []byte) error + func (m Map) Value() (driver.Value, error) + type String []string + func (s *String) Scan(src interface{}) error + func (s *String) UnmarshalJSON(data []byte) error + func (s *String) UnmarshalText(text []byte) error + func (s String) Format(sep string) string + func (s String) Interface() interface{} + func (s String) TagValue() string + func (s String) Value() (driver.Value, error) + type UUID []uuid.UUID + func (s *UUID) Scan(src interface{}) error + func (s *UUID) UnmarshalJSON(data []byte) error + func (s *UUID) UnmarshalText(text []byte) error + func (s UUID) Format(sep string) string + func (s UUID) Interface() interface{} + func (s UUID) TagValue() string + func (s UUID) Value() (driver.Value, error)