aboutsummaryrefslogtreecommitdiffstats
path: root/modules/structs/release.go
Commit message (Collapse)AuthorAgeFilesLines
* Add single release page and latest redirect (#11102)John Olheiser2020-04-181-0/+1
| | | | | | | | | | | | | | | * Add single release and latest release routes Signed-off-by: jolheiser <john.olheiser@gmail.com> * Update API and move latest search to models Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix swagger Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-0/+50
* move sdk structs to moduels/structs * fix tests * fix fmt * fix swagger * fix vendor