Versions in this module Expand all Collapse all v0 v0.1.1 Dec 4, 2019 Changes in this version + func BuildContainerConfig(cfg FTPConfig) (*docker.ContainerConfig, error) + type Component struct + Container docker.Container + func New(cli *docker.Docker, config FTPConfig) (*Component, error) + func (c *Component) Start(ctx context.Context) error + func (c *Component) Stop(ctx context.Context) error + type FTPConfig struct + Password string + User string