Versions in this module Expand all Collapse all v1 v1.4.6 Feb 25, 2020 Changes in this version + const CouchDBDefaultImage + const DefaultStartTimeout + const KafkaDefaultImage + const ZooKeeperDefaultImage + type CouchDB struct + Client *docker.Client + ContainerPort docker.Port + ErrorStream io.Writer + HostIP string + HostPort int + Image string + Name string + OutputStream io.Writer + StartTimeout time.Duration + func (c *CouchDB) Address() string + func (c *CouchDB) ContainerAddress() string + func (c *CouchDB) ContainerID() string + func (c *CouchDB) HostAddress() string + func (c *CouchDB) Run(sigCh <-chan os.Signal, ready chan<- struct{}) error + func (c *CouchDB) Start() error + func (c *CouchDB) Stop() error + type Kafka struct + Address string + AdvertisedListeners string + BrokerID int + Client *docker.Client + ContainerAddress string + ContainerID string + ContainerPort docker.Port + DefaultReplicationFactor int + ErrorStream io.Writer + HostAddress string + HostIP string + HostPort int + Image string + MessageMaxBytes int + MinInsyncReplicas int + Name string + NetworkName string + OutputStream io.Writer + ReplicaFetchMaxBytes int + ReplicaFetchResponseMaxBytes int + StartTimeout time.Duration + UncleanLeaderElectionEnable bool + ZooKeeperConnect string + func (k *Kafka) Run(sigCh <-chan os.Signal, ready chan<- struct{}) error + func (k *Kafka) Start() error + func (k *Kafka) Stop() error + type NameFunc func() string + var DefaultNamer NameFunc = helpers.UniqueName + type ZooKeeper struct + Client *docker.Client + ClientPort docker.Port + ContainerPorts []docker.Port + ErrorStream io.Writer + HostIP string + HostPort []int + Image string + LeaderPort docker.Port + Name string + NetworkName string + OutputStream io.Writer + PeerPort docker.Port + StartTimeout time.Duration + ZooMyID int + ZooServers string + func (z *ZooKeeper) ContainerAddress() string + func (z *ZooKeeper) ContainerID() string + func (z *ZooKeeper) Run(sigCh <-chan os.Signal, ready chan<- struct{}) error + func (z *ZooKeeper) Start() error + func (z *ZooKeeper) Stop() error Incompatible versions in this module v2.0.1+incompatible Feb 26, 2020