cli/entity/down.go
Aleks Rūtiņš 6e7173fb1a
Add railway down (#200)
* 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
2022-03-02 12:04:43 -08:00

6 lines
88 B
Go

package entity
type DownRequest struct {
ProjectID string
EnvironmentID string
}