terraform/registry/response/redirect.go

7 lines
130 B
Go

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