mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-30 07:18:44 +00:00
7 lines
135 B
Go
7 lines
135 B
Go
package valid
|
|
|
|
type TeamAuthz struct {
|
|
Command string `yaml:"command" json:"command"`
|
|
Args []string `yaml:"args" json:"args"`
|
|
}
|