Spaces:
Running
Running
File size: 182 Bytes
750bbe6 | 1 2 3 4 5 6 7 8 | package schema
// BackendResponse represents the response for backend operations
type BackendResponse struct {
ID string `json:"id"`
StatusURL string `json:"status_url"`
}
|