github.com/alexaandru/terraform@v0.11.1-0.20171120185746-28632790b723/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  }