github.com/Cloud-Foundations/Dominator@v0.3.4/proto/test/messages.go (about)

     1  package test
     2  
     3  type EchoRequest struct {
     4  	Request string
     5  }
     6  
     7  type EchoResponse struct {
     8  	Response string
     9  }