Versions in this module Expand all Collapse all v0 v0.1.0 Apr 7, 2016 Changes in this version + func ForwardInBackground(prefix string, source <-chan string, target chan<- []string) func() + func JoinChannels(a <-chan []string, b <-chan []string) <-chan []string + func MakeImage(dir string, desc *TestDescription, imageNameVersion string) error + func RemoveTimestampAndRequestIdFromAwsLogLine(line, requestId string) (string, bool) + func RemoveTimestampAndRequestIdFromIronLogLine(line, requestId string) (string, bool) + type Semaphore chan empty + func NewSemaphore(size int) Semaphore + func (s Semaphore) Available() int + func (s Semaphore) Lock() + func (s Semaphore) Size() int + func (s Semaphore) Unlock() + type TestDescription struct + Description string + Event interface{} + Handler string + Name string + Runtime string + Timeout int + func ReadTestDescription(dir string) (*TestDescription, error)