Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower committed Nov 5, 2024
1 parent 94baffa commit 6369537
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pulsar/consumer_impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ type acker interface {
AckIDWithResponseCumulative(msgID MessageID) error
NackID(id MessageID)
NackMsg(msg Message)
Topic() string
}

type consumer struct {
Expand Down

0 comments on commit 6369537

Please sign in to comment.