github.com/jackc/pgtype.ACLItem.AssignTo (method)
5 uses
github.com/jackc/pgtype (current package)
aclitem.go#L68: func (src *ACLItem) AssignTo(dst interface{}) error {
aclitem.go#L77: return src.AssignTo(nextDst)
aclitem_array.go#L199: if err := src.Elements[i].AssignTo(&((*v)[i])); err != nil {
aclitem_array.go#L208: if err := src.Elements[i].AssignTo(&((*v)[i])); err != nil {
aclitem_array.go#L299: 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. |