mirror of
https://github.com/railwayapp/cli
synced 2026-04-21 14:07:23 +00:00
* Add gateway.Down * Use a struct for args * Add cmd.Down and controller.Down * Add `down` subcommand * Add environment flag to down * Simplify help text
6 lines
88 B
Go
6 lines
88 B
Go
package entity
|
|
|
|
type DownRequest struct {
|
|
ProjectID string
|
|
EnvironmentID string
|
|
}
|