terraform/registry/response/redirect.go

7 lines
130 B
Go
Raw Normal View History

package response
// Redirect causes the frontend to perform a window redirect.
type Redirect struct {
URL string `json:"url"`
}