Skip to content

Commit ce65960

Browse files
authored
Merge pull request #1515 from ppai-plivo/add-poolstats-universal
Add PoolStats() to UniversalClient
2 parents 7125bf6 + 9603556 commit ce65960

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

universal.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ type UniversalClient interface {
181181
Subscribe(ctx context.Context, channels ...string) *PubSub
182182
PSubscribe(ctx context.Context, channels ...string) *PubSub
183183
Close() error
184+
PoolStats() *PoolStats
184185
}
185186

186187
var (

0 commit comments

Comments
 (0)