Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Oct 3, 2024
1 parent 54a7ed7 commit 90d6149
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pubsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ import (
PubSub is our take on a basic publisher and subscriber interface.
It has a few notable requirements:
- each operation must accept an array of channels
- some way to send, receive, and stream data between clients
- Each operation must accept an array of channels
- A way to send, receive, and stream data between clients
PubSub also inherits the properties of a Broker.
*/
type PubSub interface {
Broker
Expand Down

0 comments on commit 90d6149

Please sign in to comment.