Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add WatchChan method. #7

Closed
wants to merge 12 commits into from
Closed

feat: add WatchChan method. #7

wants to merge 12 commits into from

Conversation

zbindenren
Copy link
Member

WatchChan creates a watcher for a key or prefix and unmarshals events into channel. The channel elements have to implement the store.KeyOpSetter interface.

@coveralls
Copy link

coveralls commented Nov 15, 2021

Pull Request Test Coverage Report for Build 1630872576

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 145 unchanged lines in 6 files lost coverage.
  • Overall coverage decreased (-1.6%) to 81.079%

Files with Coverage Reduction New Missed Lines %
hash/hash.go 6 95.42%
etcd/etcdv3.go 12 87.62%
hash/watch.go 12 86.36%
store.go 14 33.33%
etcd/watch.go 34 76.92%
etcd/config.go 67 60.67%
Totals Coverage Status
Change from base Build 1448118989: -1.6%
Covered Lines: 1037
Relevant Lines: 1279

💛 - Coveralls

@zbindenren zbindenren closed this Mar 10, 2022
@marcsauter marcsauter deleted the chan branch October 3, 2023 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants