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

     1  package common
     2  
     3  type StatusResponse struct {
     4  	Success     bool
     5  	ErrorString string
     6  }