mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-04 21:28:45 +00:00
8 lines
125 B
Go
8 lines
125 B
Go
package events
|
|
|
|
type CommandResponse struct {
|
|
Error error
|
|
Failure string
|
|
ProjectResults []ProjectResult
|
|
}
|