Versions in this module Expand all Collapse all v0 v0.1.1 Dec 4, 2019 Changes in this version + func BuildContainerConfig(config SutConfig) (*docker.ContainerConfig, error) + type Component struct + Container docker.Container + func New(cli *docker.Docker, config SutConfig) (*Component, error) + func (c *Component) Logs(ctx context.Context) (io.Reader, error) + func (c *Component) Name() string + func (c *Component) Start(ctx context.Context) error + func (c *Component) Stop(ctx context.Context) error + type SutConfig struct + Env []string + ExposedPorts []int + Path string + RuntimeTypeCommand bool + func (c *SutConfig) Build() error