Versions in this module Expand all Collapse all v1 v1.0.14 Oct 27, 2020 Changes in this version + const ColorGreen + const ColorRed + const ColorWhite + const StdErr + const StdOut + var ColorFail = "" + var ColorOkay = "" + var ColorReset = "" + func NewRunner(view ui.View, proxy proxy.Proxy, project *config.Project) *runner + type Logstreamer struct + func NewLogstreamer(stdType string, name string, view ui.View) *Logstreamer + func (l *Logstreamer) Close() + func (l *Logstreamer) Flush() error + func (l *Logstreamer) Write(p []byte) (n int, err error) + type MockRunner struct + func NewMockRunner(ctrl *gomock.Controller) *MockRunner + func (m *MockRunner) EXPECT() *MockRunnerMockRecorder + func (m *MockRunner) Restart(application *config.Application) + func (m *MockRunner) Run(application *config.Application) + func (m *MockRunner) RunAll() + func (m *MockRunner) SetupAll() + func (m *MockRunner) Stop() error + type MockRunnerMockRecorder struct + func (mr *MockRunnerMockRecorder) Restart(application interface{}) *gomock.Call + func (mr *MockRunnerMockRecorder) Run(application interface{}) *gomock.Call + func (mr *MockRunnerMockRecorder) RunAll() *gomock.Call + func (mr *MockRunnerMockRecorder) SetupAll() *gomock.Call + func (mr *MockRunnerMockRecorder) Stop() *gomock.Call + type Runner interface + Restart func(application *config.Application) + Run func(application *config.Application) + RunAll func() + SetupAll func() + Stop func() error