github.com/cloud-foundations/dominator@v0.0.0-20221004181915-6e4fee580046/proto/common/messages.go (about)

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