Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Input Simulator destination.Device }
type SimulatorStarter ¶
type SimulatorStarter struct {
// contains filtered or unexported fields
}
func NewStep ¶
func NewStep(logger log.Logger, inputParser stepconf.InputParser, stepenvRepository env.Repository, commandFactory command.Factory, deviceFinder destination.DeviceFinder, simualatorManager simulator.Manager) SimulatorStarter
func (SimulatorStarter) ExportOutputs ¶
func (s SimulatorStarter) ExportOutputs(result Result) error
func (SimulatorStarter) InstallDependencies ¶
func (s SimulatorStarter) InstallDependencies() error
func (SimulatorStarter) ProcessConfig ¶
func (s SimulatorStarter) ProcessConfig() (Config, error)
Click to show internal directories.
Click to hide internal directories.