Versions in this module Expand all Collapse all v0 v0.1.1 Dec 4, 2019 Changes in this version + func BuildContainerConfig() (*docker.ContainerConfig, error) + type Component struct + Config Config + Container docker.Container + func New(cli *docker.Docker, config Config) (*Component, error) + func (c *Component) Start(ctx context.Context) error + func (c *Component) Stop(ctx context.Context) error + type Config struct + ProjectID string + TopicSubscriptions []TopicSubscriptions + type TopicSubscriptions struct + Subscriptions []string + Topic string