Skip to content
This repository was archived by the owner on Mar 30, 2023. It is now read-only.

Commit 27ec3bc

Browse files
committed
Remove old TODO
1 parent b0727f4 commit 27ec3bc

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

internal/pkg/keystoreregistry/keystore.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ type Keystore interface {
6363
// is deleted, or you stop watching after some timeout.
6464
Watch(ctxt context.Context, key string, withPrefix bool) KeyValueUpdateChan
6565

66-
// TODO: WIP to replce above watch functions
67-
// WatchForCondition(ctxt context.Context, key string, fromRevision int64, check func(update KeyValueUpdate) bool) (bool, error)
68-
6966
// Add a key, and remove it when calling process dies
7067
// Error is returned if the key already exists
7168
KeepAliveKey(key string) error

0 commit comments

Comments
 (0)