github.com/lib/pq.GenericArray.A (field)
8 uses
github.com/lib/pq (current package)
array.go#L272: type GenericArray struct{ A interface{} }
array.go#L311: dpv := reflect.ValueOf(a.A)
array.go#L314: return fmt.Errorf("pq: destination %T is not a pointer to array or slice", a.A)
array.go#L316: return fmt.Errorf("pq: destination %T is nil", a.A)
array.go#L324: return fmt.Errorf("pq: destination %T is not a pointer to array or slice", a.A)
array.go#L397: if a.A == nil {
array.go#L401: rv := reflect.ValueOf(a.A)
array.go#L410: return nil, fmt.Errorf("pq: Unable to convert %T to array", a.A)
![]() |
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. |