Documentation ¶ Index ¶ type Container func Start(ctx context.Context, options Options) (Container, error) func (c *Container) ConnectionURI() string func (c *Container) Terminate(ctx context.Context) type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Container ¶ type Container struct { Container testcontainers.Container tc.ContainerConfig Host string Port uint } Container ... func Start ¶ func Start(ctx context.Context, options Options) (Container, error) Start ... func (*Container) ConnectionURI ¶ func (c *Container) ConnectionURI() string ConnectionURI ... func (*Container) Terminate ¶ func (c *Container) Terminate(ctx context.Context) Terminate ... type Options ¶ type Options struct { tc.ContainerOptions LogLevel string ImageTag string } Options ... Source Files ¶ View all Source files zookeeper.go Click to show internal directories. Click to hide internal directories.