handleConfigUpdate handles a config update notification.
(sn *SyncNote)
| 504 | |
| 505 | // handleConfigUpdate handles a config update notification. |
| 506 | func (sc *syncClient) handleConfigUpdate(sn *SyncNote) { |
| 507 | log.V(1).Infoln("Sync client received config update notification") |
| 508 | // TODO(jsing): Implement. |
| 509 | } |
| 510 | |
| 511 | // handleHealthcheck handles a healthcheck notification. |
| 512 | func (sc *syncClient) handleHealthcheck(sn *SyncNote) { |
no outgoing calls