Merge pull request #1515 from ppai-plivo/add-poolstats-universal

Add PoolStats() to UniversalClient
This commit is contained in:
Vladimir Mihailenco 2020-09-30 08:46:16 +03:00 committed by GitHub
commit ce65960ad8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 (