Documentation ¶
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 (dst *UUID) Scan(src interface{}) error
- func (dst *UUID) Set(src interface{}) error
- func (src *UUID) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UUID ¶
func (*UUID) EncodeBinary ¶
func (*UUID) EncodeText ¶
Click to show internal directories.
Click to hide internal directories.