package uuid
import "github.com/jackc/pgtype/ext/gofrs-uuid"
Index ¶
- type UUID
- func (src *UUID) AssignTo(dst interface{}) error
- func (dst *UUID) DecodeBinary(ci *pgtype.ConnInfo, src []byte) error
- func (dst *UUID) DecodeText(ci *pgtype.ConnInfo, src []byte) error
- func (src UUID) EncodeBinary(ci *pgtype.ConnInfo, buf []byte) ([]byte, error)
- func (src UUID) EncodeText(ci *pgtype.ConnInfo, buf []byte) ([]byte, error)
- func (dst UUID) Get() interface{}
- func (src UUID) MarshalJSON() ([]byte, error)
- func (dst *UUID) Scan(src interface{}) error
- func (dst *UUID) Set(src interface{}) error
- func (dst *UUID) UnmarshalJSON(b []byte) error
- func (src UUID) Value() (driver.Value, error)
Types ¶
type UUID ¶
func (*UUID) AssignTo ¶
func (*UUID) DecodeBinary ¶
func (*UUID) DecodeText ¶
func (UUID) EncodeBinary ¶
func (UUID) EncodeText ¶
func (UUID) Get ¶
func (dst UUID) Get() interface{}
func (UUID) MarshalJSON ¶
func (*UUID) Scan ¶
Scan implements the database/sql Scanner interface.
func (*UUID) Set ¶
func (*UUID) UnmarshalJSON ¶
func (UUID) Value ¶
Value implements the database/sql/driver Valuer interface.
Source Files ¶
- Version
- v1.14.4 (latest)
- Published
- Oct 18, 2024
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 1 month ago –
Tools for package owners.