(cb func())
| 48 | } |
| 49 | |
| 50 | func (w *PgWatcher) OnReconnect(cb func()) { |
| 51 | w.Listener.OnReconnect(cb) |
| 52 | } |
| 53 | |
| 54 | func (w *PgWatcher) emit(cb Callback, event *pgevents.TableEvent) { |
| 55 | device := &Device{} |
nothing calls this directly
no test coverage detected