github.com/hartzell/terraform@v0.8.6-0.20180503104400-0cc9e050ecd4/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  }