github.com/jaredpalmer/terraform@v1.1.0-alpha20210908.0.20210911170307-88705c943a03/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 }