You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type Instance:
```
type Instance struct {
Name string
Dialer tarantool.Dialer
Opts tarantool.Opts
}
```
Allows to specify a dialer and connection options per a pool instance.
It is used in `pool.Connect`, `pool.ConnectWithOpts` and `pool.Add`
now to specify an instance configuration.
Closes#356
0 commit comments