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{})
|