MCPcopy Create free account
hub / github.com/SwishHQ/spread / ReportStatusDeployRequest

Struct ReportStatusDeployRequest

types/client_types.go:18–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type 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
28type ReportStatusDownloadRequest struct {
29 ClientUniqueId string `json:"client_unique_id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected