Versions in this module Expand all Collapse all v1 v1.0.0 Nov 2, 2022 Changes in this version + type BitBool bool + func (b *BitBool) Scan(src interface{}) error + func (b BitBool) Value() (driver.Value, error) + type GzippedText []byte + func (g *GzippedText) Scan(src interface{}) error + func (g GzippedText) Value() (driver.Value, error) + type JSONText json.RawMessage + func (j *JSONText) Scan(src interface{}) error + func (j *JSONText) Unmarshal(v interface{}) error + func (j *JSONText) UnmarshalJSON(data []byte) error + func (j JSONText) MarshalJSON() ([]byte, error) + func (j JSONText) String() string + func (j JSONText) Value() (driver.Value, error) + type NullJSONText struct + Valid bool + func (n *NullJSONText) Scan(value interface{}) error + func (n NullJSONText) Value() (driver.Value, error)