Skip to content

Commit

Permalink
fix: RegisterSubscriber signature with []string
Browse files Browse the repository at this point in the history
  • Loading branch information
sreeram77 committed Apr 15, 2023
1 parent 5cb4119 commit be1346f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import (
)

type Manager interface {
RegisterSubscriber(string, chan event.Event) error
RegisterSubscriber([]string, chan event.Event) error
Broadcast(event.Event) error
}

0 comments on commit be1346f

Please sign in to comment.