github.com/kjmkznr/terraform@v0.5.2-0.20180216194316-1d0f5fdac99e/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  }