Versions in this module Expand all Collapse all v0 v0.1.0 May 11, 2024 Changes in this version + func ConvertToJSONB(oldData, newData interface{}) (JSONB, JSONB, error) + func StructToMap(data interface{}) (map[string]interface{}, error) + type JSONB map[string]interface + func (j *JSONB) Scan(value interface{}) error + func (j JSONB) Value() (driver.Value, error)