Versions in this module Expand all Collapse all v77 v77.7.0 Apr 30, 2021 v77.0.1 Apr 30, 2021 Changes in this version + type UUID struct + Status pgtype.Status + UUID uuid.UUID + func (dst *UUID) DecodeBinary(ci *pgtype.ConnInfo, src []byte) error + func (dst *UUID) DecodeText(ci *pgtype.ConnInfo, src []byte) error + func (dst *UUID) Scan(src interface{}) error + func (dst *UUID) Set(src interface{}) error + func (dst *UUID) UnmarshalJSON(b []byte) error + func (dst UUID) Get() interface{} + func (src *UUID) AssignTo(dst interface{}) error + func (src UUID) EncodeBinary(ci *pgtype.ConnInfo, buf []byte) ([]byte, error) + func (src UUID) EncodeText(ci *pgtype.ConnInfo, buf []byte) ([]byte, error) + func (src UUID) MarshalJSON() ([]byte, error) + func (src UUID) Value() (driver.Value, error)