• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / go-tarantool / 7666189773 / 1
75%
master: 75%

Build:
DEFAULT BRANCH: master
Ran 26 Jan 2024 09:30AM UTC
Files 61
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

26 Jan 2024 09:20AM UTC coverage: 73.984% (-0.02%) from 74.008%
7666189773.1

push

github

oleg-jukovec
pool: add Instance type

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

5989 of 8095 relevant lines covered (73.98%)

5505.53 hits per line

Source Files on job 7666189773.1
  • Tree
  • List 61
  • Changed 13
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 7666189773
  • b8d9914c on github
  • Prev Job for on master (#7653301277.1)
  • Next Job for on master (#7695371339.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc