aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/api/api.go
Commit message (Collapse)AuthorAgeFilesLines
* dashboard: extend bug's JSON representationAleksandr Nogikh2025-12-291-10/+18
| | | | Add status, crash, fix, close and commit dates.
* dashboard/api: add Client typeDmitry Vyukov2024-10-151-0/+2
|
* dashboard/api: add "Link" to link fieldsDmitry Vyukov2024-10-151-4/+4
|
* dashboard/api: add packageDmitry Vyukov2024-10-151-0/+51
Move JSON API structs to a separate package. These definitions are also needed by tools that consume the API.