Skip to content

Commit

Permalink
feat(api): add DelayQueue API (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
seeflood committed Sep 28, 2022
1 parent 187de61 commit b07ff39
Show file tree
Hide file tree
Showing 19 changed files with 1,449 additions and 6 deletions.
24 changes: 24 additions & 0 deletions components/delay_queue/interface_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 42 additions & 0 deletions components/delay_queue/struct_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
- Use Configuration API
- [Use Apollo as configuration center](en/start/configuration/start-apollo.md)
- [Use Etcd as configuration center](en/start/configuration/start.md)
- [Use Pub/Sub API](en/start/pubsub/start.md)
- Publish or subscribe messages
- [Use Pub/Sub API](en/start/pubsub/start.md)
- [(Under construction) Use DelayQueue API](en/start/delay_queue/start)
- [Use Distributed Lock API](en/start/lock/start.md)
- [Use Sequencer API](en/start/sequencer/start.md)
- Use Secret API
Expand Down
Loading

0 comments on commit b07ff39

Please sign in to comment.