mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-02-10 22:06:38 +00:00
* migrate dht test plan from testground/testground. * dht: update module and import paths. * rm redundant scripts; rm redundant line in manifest.
9 lines
278 B
Go
9 lines
278 B
Go
package test
|
|
|
|
import (
|
|
"github.com/testground/sdk-go/sync"
|
|
)
|
|
|
|
// PeerAttribTopic represents a subtree under the test run's sync tree where peers
|
|
// participating in this distributed test advertise their attributes.
|
|
var PeerAttribTopic = sync.NewTopic("attribs", &DHTNodeInfo{}) |