Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Commit

Permalink
trying to trigger an action
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Solender committed May 22, 2020
1 parent 1ac8059 commit baf0f1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routing/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ type routingPool struct {
readQueue *Queue
}

// NewRoutingPool creates a new routing pools
func NewRoutingPool(leaderConnStr string, numConns int, refreshInterval time.Duration, authPart, tlsInfo string) (IRoutingPool, error) {
if leaderConnStr == "" {
return nil, errors.New("leaderConnStr can not be nil")
Expand Down

0 comments on commit baf0f1d

Please sign in to comment.