github.com/jackc/pgtype.UUID.AssignTo (method)
7 uses
github.com/jackc/pgtype (current package)
uuid.go#L74: func (src *UUID) AssignTo(dst interface{}) error {
uuid.go#L90: return src.AssignTo(nextDst)
uuid_array.go#L240: if err := src.Elements[i].AssignTo(&((*v)[i])); err != nil {
uuid_array.go#L249: if err := src.Elements[i].AssignTo(&((*v)[i])); err != nil {
uuid_array.go#L258: if err := src.Elements[i].AssignTo(&((*v)[i])); err != nil {
uuid_array.go#L267: if err := src.Elements[i].AssignTo(&((*v)[i])); err != nil {
uuid_array.go#L358: if err := src.Elements[index].AssignTo(addr.Interface()); err != nil {
![]() |
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. |