Versions in this module Expand all Collapse all v0 v0.1.1 May 21, 2020 Changes in this version + type Client struct + func NewClient() (Client, error) + func (client *Client) EnsureImage(dockerHost, image string) (string, error) + func (client *Client) EnsureNetwork() error + func (client *Client) GetNameWithVersion(image string) (string, error) + func (client *Client) Remove(container string) error + func (client *Client) StartCassandra(opts *StartCassandraOptions) error + func (client *Client) StartService(opts *StartServiceOptions) error + func (client *Client) Started(containerID, trigger string) error + func (client *Client) Stop(container string) error + type StartCassandraOptions struct + DockerImageHost string + ExposedPorts []string + ImageName string + type StartServiceOptions struct + CassandraURL string + DockerImageHost string + ExposedPorts []string + ImageName string