mirror of
https://github.com/foomo/squadron.git
synced 2025-10-16 12:35:42 +00:00
9 lines
213 B
Go
9 lines
213 B
Go
package squadron
|
|
|
|
type Status struct {
|
|
User string `json:"user,omitempty"`
|
|
Branch string `json:"branch,omitempty"`
|
|
Commit string `json:"commit,omitempty"`
|
|
Squadron string `json:"squadron,omitempty"`
|
|
}
|