-
Notifications
You must be signed in to change notification settings - Fork 708
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor
ListKeysFiltered
to return KeyLister
and update associat…
…ed test (#2) * refactor(kv): utilize WatchFiltered() for key filtering logic - Replaced custom filtering logic with the new `WatchFiltered()` method. - Updated associated tests in `kv_test.go` to validate the new implementation with various filter patterns. * work on comments
- Loading branch information
1 parent
10a0bf7
commit 4354df8
Showing
2 changed files
with
22 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters