github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/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 }