github.com/iaas-resource-provision/iaas-rpc@v1.0.7-0.20211021023331-ed21f798c408/internal/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  }