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#L149: if _, ok := value.(UUIDValuer); !ok {
uuid.go#L166: uuid, err := value.(UUIDValuer).UUIDValue()
uuid.go#L181: uuid, err := value.(UUIDValuer).UUIDValue()
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)