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

3 uses

	github.com/jackc/pgtype (current package)
		path.go#L39: func (dst *Path) DecodeText(ci *ConnInfo, src []byte) error {
		path.go#L182: 		return dst.DecodeText(nil, []byte(src))
		path.go#L186: 		return dst.DecodeText(nil, srcCopy)