github.com/lib/pq.Listener.cn (field)
16 uses
github.com/lib/pq (current package)
notify.go#L416: cn *ListenerConn
notify.go#L508: if l.cn != nil {
notify.go#L516: gotResponse, err := l.cn.Listen(channel)
notify.go#L523: for l.cn == nil {
notify.go#L556: if l.cn != nil {
notify.go#L560: gotResponse, err := l.cn.Unlisten(channel)
notify.go#L583: if l.cn != nil {
notify.go#L587: gotResponse, err := l.cn.UnlistenAll()
notify.go#L607: if l.cn == nil {
notify.go#L611: return l.cn.Ping()
notify.go#L630: err := l.cn.Err()
notify.go#L631: l.cn.Close()
notify.go#L632: l.cn = nil
notify.go#L705: l.cn = cn
notify.go#L723: if l.cn != nil {
notify.go#L724: l.cn.Close()
![]() |
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. |