github.com/justnom/terraform@v0.5.4-0.20180524223219-170a1530d1ca/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  }