| package schema | |
| // BackendResponse represents the response for backend operations | |
| type BackendResponse struct { | |
| ID string `json:"id"` | |
| StatusURL string `json:"status_url"` | |
| } | |
| package schema | |
| // BackendResponse represents the response for backend operations | |
| type BackendResponse struct { | |
| ID string `json:"id"` | |
| StatusURL string `json:"status_url"` | |
| } | |