github.com/muratcelep/terraform@v1.1.0-beta2-not-internal-4/not-internal/registry/response/redirect.go (about) 1 package response 2 3 // Redirect causes the frontend to perform a window redirect. 4 type Redirect struct { 5 URL string `json:"url"` 6 }