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

3 uses

	github.com/jackc/pgtype (current package)
		circle.go#L39: func (dst *Circle) DecodeText(ci *ConnInfo, src []byte) error {
		circle.go#L137: 		return dst.DecodeText(nil, []byte(src))
		circle.go#L141: 		return dst.DecodeText(nil, srcCopy)