mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-02-02 01:56:00 +00:00
4d4f24ad8f
* migrate dht test plan from testground/testground. * dht: update module and import paths. * rm redundant scripts; rm redundant line in manifest.
15 lines
239 B
Go
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
|
|
}
|