github.com/jackc/pgtype.UUID.DecodeText (method)

4 uses

	github.com/jackc/pgtype (current package)
		uuid.go#L126: func (dst *UUID) DecodeText(ci *ConnInfo, src []byte) error {
		uuid.go#L191: 		return dst.DecodeText(nil, []byte(src))
		uuid.go#L195: 		return dst.DecodeText(nil, srcCopy)
		uuid_array.go#L387: 			err = elem.DecodeText(ci, elemSrc)