handleDesync handles a desync notification.
()
| 498 | |
| 499 | // handleDesync handles a desync notification. |
| 500 | func (sc *syncClient) handleDesync() { |
| 501 | log.V(1).Infoln("Sync client desynchronised...") |
| 502 | // TODO(jsing): Fetch all state - config, healthchecks, overrides... |
| 503 | } |
| 504 | |
| 505 | // handleConfigUpdate handles a config update notification. |
| 506 | func (sc *syncClient) handleConfigUpdate(sn *SyncNote) { |