type github.com/jackc/pgx/v5/pgtype.UUIDValuer
4 uses
github.com/jackc/pgx/v5/pgtype (current package)
uuid.go#L14: type UUIDValuer interface {
uuid.go#L150: if _, ok := value.(UUIDValuer); !ok {
uuid.go#L167: uuid, err := value.(UUIDValuer).UUIDValue()
uuid.go#L182: uuid, err := value.(UUIDValuer).UUIDValue()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)