github.com/jackc/pgtype.Inet.AssignTo (method)
7 uses
github.com/jackc/pgtype (current package)
cidr.go#L14: return (*Inet)(src).AssignTo(dst)
inet.go#L92: func (src *Inet) AssignTo(dst interface{}) error {
inet.go#L113: return src.AssignTo(nextDst)
inet_array.go#L222: if err := src.Elements[i].AssignTo(&((*v)[i])); err != nil {
inet_array.go#L231: if err := src.Elements[i].AssignTo(&((*v)[i])); err != nil {
inet_array.go#L240: if err := src.Elements[i].AssignTo(&((*v)[i])); err != nil {
inet_array.go#L331: 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. |