github.com/onflow/flow-go@v0.35.7-crescendo-preview.23-atree-inlining/model/libp2p/message/testmessage.go (about)

     1  package message
     2  
     3  // TestMessage is used for testing the network layer.
     4  type TestMessage struct {
     5  	Text string
     6  }