Raúl Kripalani 4d4f24ad8f
migrate dht test plan from testground/testground. (#1)
* migrate dht test plan from testground/testground.

* dht: update module and import paths.

* rm redundant scripts; rm redundant line in manifest.
2020-04-22 17:47:58 +01:00

15 lines
239 B
Go

package utils
import (
"github.com/testground/sdk-go/runtime"
"github.com/testground/sdk-go/sync"
)
type RunInfo struct {
RunEnv *runtime.RunEnv
Client *sync.Client
Groups []string
GroupProperties map[string]*GroupInfo
}