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 is an unique name of the instance.
Name string
// Dialer will be used to create a connection to the instance.
Dialer tarantool.Dialer
// Opts will be used to specify a connection options.
Opts tarantool.Opts
}
```
The type allows to specify a dialer and connection options per a
pool instance. It is used in `pool.Connect`, `pool.ConnectWithOpts`
and `pool.Add` to specify an instance configuration now.
Closes#356
0 commit comments