Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConnectToRunner ¶ added in v0.9.4
func RunInBackground ¶
RunInBackground runs Gauge in daemonized mode on the given apiPort
func Start ¶ added in v0.5.0
func Start(specsDir []string) *conn.GaugeConnectionHandler
Types ¶
type StartChannels ¶ added in v1.0.7
type StartChannels struct { // this will hold the runner RunnerChan chan runner.Runner // this will hold the error while creating runner ErrorChan chan error // this holds a flag based on which the runner is terminated KillChan chan bool }
func StartAPI ¶
func StartAPI(debug bool) *StartChannels
StartAPI calls StartAPIService and returns the channels
Click to show internal directories.
Click to hide internal directories.