Skip to content

Commit

Permalink
Add PoolStats() to UniversalClient
Browse files Browse the repository at this point in the history
  • Loading branch information
ppai-plivo committed Sep 29, 2020
1 parent 7125bf6 commit 9603556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions universal.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ type UniversalClient interface {
Subscribe(ctx context.Context, channels ...string) *PubSub
PSubscribe(ctx context.Context, channels ...string) *PubSub
Close() error
PoolStats() *PoolStats
}

var (
Expand Down

0 comments on commit 9603556

Please sign in to comment.