handleHealthcheck handles a healthcheck notification.
(sn *SyncNote)
| 510 | |
| 511 | // handleHealthcheck handles a healthcheck notification. |
| 512 | func (sc *syncClient) handleHealthcheck(sn *SyncNote) { |
| 513 | log.V(1).Infoln("Sync client received healthcheck notification") |
| 514 | } |
| 515 | |
| 516 | // handleOverride handles an override notification. |
| 517 | func (sc *syncClient) handleOverride(sn *SyncNote) { |