github.com/cycloidio/terraform@v1.1.10-0.20220513142504-76d5c768dc63/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 }