mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 15:18:24 +00:00
8 lines
125 B
Go
8 lines
125 B
Go
package events
|
|
|
|
type CommandResponse struct {
|
|
Error error
|
|
Failure string
|
|
ProjectResults []ProjectResult
|
|
}
|