type github.com/jackc/pgtype.CID
13 uses
github.com/jackc/pgtype (current package)
cid.go#L18: type CID pguint32
cid.go#L23: func (dst *CID) Set(src interface{}) error {
cid.go#L27: func (dst CID) Get() interface{} {
cid.go#L33: func (src *CID) AssignTo(dst interface{}) error {
cid.go#L37: func (dst *CID) DecodeText(ci *ConnInfo, src []byte) error {
cid.go#L41: func (dst *CID) DecodeBinary(ci *ConnInfo, src []byte) error {
cid.go#L45: func (src CID) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
cid.go#L49: func (src CID) EncodeBinary(ci *ConnInfo, buf []byte) ([]byte, error) {
cid.go#L54: func (dst *CID) Scan(src interface{}) error {
cid.go#L59: func (src CID) Value() (driver.Value, error) {
pgtype.go#L280: ci.RegisterDataType(DataType{Value: &CID{}, Name: "cid", OID: CIDOID})
pgtype.go#L897: "cid": &CID{},
github.com/jackc/pgx/v4/stdlib
sql.go#L553: var d pgtype.CID
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |