(v any)
| 410 | } |
| 411 | |
| 412 | func (task *SystemTask) DecodeState(v any) error { |
| 413 | return decodeSystemTaskJSONString(task.State, v) |
| 414 | } |
| 415 | |
| 416 | func (task *SystemTask) ToResponse() SystemTaskResponse { |
| 417 | return SystemTaskResponse{ |
no test coverage detected