Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerOpt ¶ added in v1.6.4
type ContainerOpt func(*containerConfig)
func ContainerName ¶ added in v1.7.4
func ContainerName(name string) ContainerOpt
func CopyFromTo ¶ added in v1.6.4
func CopyFromTo(copyFromTo map[string]string) ContainerOpt
func Env ¶ added in v1.7.4
func Env(keyValue string) ContainerOpt
func Image ¶ added in v1.7.4
func Image(imageName string, version string) ContainerOpt
func SslOpts ¶ added in v1.6.4
func SslOpts(sslOpts *gocql.SslOptions) ContainerOpt
func Version ¶ added in v1.6.4
func Version(version string) ContainerOpt
type Host ¶ added in v1.6.4
func PrepareTestContainer ¶
func PrepareTestContainer(t *testing.T, opts ...ContainerOpt) (Host, func())
func (Host) ConnectionURL ¶ added in v1.6.4
Click to show internal directories.
Click to hide internal directories.