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

4 uses

	github.com/jackc/pgtype (current package)
		macaddr.go#L95: func (dst *Macaddr) DecodeText(ci *ConnInfo, src []byte) error {
		macaddr.go#L160: 		return dst.DecodeText(nil, []byte(src))
		macaddr.go#L164: 		return dst.DecodeText(nil, srcCopy)
		macaddr_array.go#L332: 			err = elem.DecodeText(ci, elemSrc)