github.com/jackc/pgtype.CIDRArray.EncodeText (method)

2 uses

	github.com/jackc/pgtype (current package)
		cidr_array.go#L416: func (src CIDRArray) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
		cidr_array.go#L537: 	buf, err := src.EncodeText(nil, nil)