type github.com/lib/pq.EventCallbackType

4 uses

	github.com/lib/pq (current package)
		notify.go#L395: type EventCallbackType func(event ListenerEventType, err error)
		notify.go#L411: 	eventCallback        EventCallbackType
		notify.go#L440: 	eventCallback EventCallbackType) *Listener {
		notify.go#L449: 	eventCallback EventCallbackType) *Listener {