type github.com/lib/pq.Listener
17 uses
github.com/lib/pq (current package)
notify.go#L402: type Listener struct {
notify.go#L440: eventCallback EventCallbackType) *Listener {
notify.go#L449: eventCallback EventCallbackType) *Listener {
notify.go#L451: l := &Listener{
notify.go#L472: func (l *Listener) NotificationChannel() <-chan *Notification {
notify.go#L491: func (l *Listener) Listen(channel string) error {
notify.go#L541: func (l *Listener) Unlisten(channel string) error {
notify.go#L575: func (l *Listener) UnlistenAll() error {
notify.go#L600: func (l *Listener) Ping() error {
notify.go#L616: func (l *Listener) disconnectCleanup() error {
notify.go#L638: func (l *Listener) resync(cn *ListenerConn, notificationChan <-chan *Notification) error {
notify.go#L682: func (l *Listener) closed() bool {
notify.go#L689: func (l *Listener) connect() error {
notify.go#L715: func (l *Listener) Close() error {
notify.go#L734: func (l *Listener) emitEvent(event ListenerEventType, err error) {
notify.go#L742: func (l *Listener) listenerConnLoop() {
notify.go#L794: func (l *Listener) listenerMain() {
![]() |
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. |