UpdateNow synchronously updates replicas.
(ctx context.Context)
| 134 | |
| 135 | // UpdateNow synchronously updates replicas. |
| 136 | func (m *Manager) UpdateNow(ctx context.Context) error { |
| 137 | return m.syncReplicas(ctx) |
| 138 | } |
| 139 | |
| 140 | // PublishUpdate notifies all other replicas to update. |
| 141 | func (m *Manager) PublishUpdate() error { |
no test coverage detected