Files
atlantis/server/events/command_response.go
2017-10-18 06:44:44 -07:00

8 lines
125 B
Go

package events
type CommandResponse struct {
Error error
Failure string
ProjectResults []ProjectResult
}