UpdateKey refreshes the record that this node is using this key -> id mapping. When reliablyMissing is set it will also recreate missing master or slave keys.
(ctx context.Context, id idpool.ID, key AllocatorKey, reliablyMissing bool)
| 250 | // mapping. When reliablyMissing is set it will also recreate missing master or |
| 251 | // slave keys. |
| 252 | UpdateKey(ctx context.Context, id idpool.ID, key AllocatorKey, reliablyMissing bool) error |
| 253 | |
| 254 | // UpdateKeyIfLocked behaves like UpdateKey but when lock is non-nil the operation proceeds only if it is still valid. |
| 255 | UpdateKeyIfLocked(ctx context.Context, id idpool.ID, key AllocatorKey, reliablyMissing bool, lock kvstore.KVLocker) error |
no outgoing calls
no test coverage detected