Result
Result identifies a report accepted by the support service.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable | Description |
|---|---|---|---|---|---|---|
ReportID | reportId | string | string | No | No | ReportID is the service-side identifier of the submitted report. |
Status | status | string | string | No | No | Status describes the processing state of the report. |
Used by
- SupportReportController.Submit — return value
Source
internal/supportreports/models.go:105