MCPcopy Index your code
hub / github.com/google/seesaw / handleConfigUpdate

Method handleConfigUpdate

engine/sync.go:506–509  ·  view source on GitHub ↗

handleConfigUpdate handles a config update notification.

(sn *SyncNote)

Source from the content-addressed store, hash-verified

504
505// handleConfigUpdate handles a config update notification.
506func (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.
512func (sc *syncClient) handleHealthcheck(sn *SyncNote) {

Callers 9

handleNoteMethod · 0.95
TestExpandChecksFunction · 0.45
TestWatermarksFunction · 0.45
TestDisableVserverFunction · 0.45
TestVserverOverrideFunction · 0.45
TestVserverSnapshotFunction · 0.45
applyConfigFunction · 0.45
TestHealthchecksFunction · 0.45

Calls

no outgoing calls

Tested by 8

TestExpandChecksFunction · 0.36
TestWatermarksFunction · 0.36
TestDisableVserverFunction · 0.36
TestVserverOverrideFunction · 0.36
TestVserverSnapshotFunction · 0.36
applyConfigFunction · 0.36
TestHealthchecksFunction · 0.36