github.com/hooklift/terraform@v0.11.0-beta1.0.20171117000744-6786c1361ffe/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 }