github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/registry/response/redirect.go (about) 1 // Copyright (c) HashiCorp, Inc. 2 // SPDX-License-Identifier: MPL-2.0 3 4 package response 5 6 // Redirect causes the frontend to perform a window redirect. 7 type Redirect struct { 8 URL string `json:"url"` 9 }