Versions in this module Expand all Collapse all v0 v0.0.1 Jul 7, 2018 Changes in this version + type DockerCLI interface + ImageList func(ctx context.Context, options types.ImageListOptions) ([]types.ImageSummary, error) + type TopicImageMapper struct + func NewTopicImageMapper(dockerCLI DockerCLI) *TopicImageMapper + func (t *TopicImageMapper) GetImages(ctx context.Context, topic string) ([]string, error)