github.com/tompao/terraform@v0.6.10-0.20180215233341-e41b29d0961b/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 }