mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-02 12:17:39 -06:00
248a5e4523
keep these in one place for now
7 lines
130 B
Go
7 lines
130 B
Go
package response
|
|
|
|
// Redirect causes the frontend to perform a window redirect.
|
|
type Redirect struct {
|
|
URL string `json:"url"`
|
|
}
|