github.com/jackc/pgtype.UUID.Bytes (field)
13 uses
github.com/jackc/pgtype (current package)
uuid.go#L11: Bytes [16]byte
uuid.go#L30: *dst = UUID{Bytes: value, Status: Present}
uuid.go#L37: copy(dst.Bytes[:], value)
uuid.go#L46: *dst = UUID{Bytes: uuid, Status: Present}
uuid.go#L66: return dst.Bytes
uuid.go#L79: *v = src.Bytes
uuid.go#L83: copy(*v, src.Bytes[:])
uuid.go#L86: *v = encodeUUID(src.Bytes)
uuid.go#L141: *dst = UUID{Bytes: buf, Status: Present}
uuid.go#L156: copy(dst.Bytes[:], src)
uuid.go#L168: return append(buf, encodeUUID(src.Bytes)...), nil
uuid.go#L179: return append(buf, src.Bytes[:]...), nil
uuid.go#L211: buff.WriteString(encodeUUID(src.Bytes))
 |
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. |