| 16 | } |
| 17 | |
| 18 | type ReportStatusDeployRequest struct { |
| 19 | AppVersion string `json:"app_version"` |
| 20 | DeploymentKey string `json:"deployment_key"` |
| 21 | ClientUniqueId string `json:"client_unique_id"` |
| 22 | Label string `json:"label"` |
| 23 | Status string `json:"status"` |
| 24 | PreviousLabelOrAppVersion *string `json:"previous_label_or_app_version"` |
| 25 | PreviousDeploymentKey *string `json:"previous_deployment_key"` |
| 26 | } |
| 27 | |
| 28 | type ReportStatusDownloadRequest struct { |
| 29 | ClientUniqueId string `json:"client_unique_id"` |
nothing calls this directly
no outgoing calls
no test coverage detected