1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-03 17:47:03 +03:00
sillyguodong 2033eb7c11
Fix lint-swagger warning (#29787)
Caused by: #23106
Fix:
https://github.com/go-gitea/gitea/actions/runs/8274650046/job/22640335697

1. Delete `UserBadgeList` in `options.go`, because it wasn't used. (The
struct defined in `options.go` is the struct used to parse the request
body)
2. Move `BadgeList` struct under `routers/api/v1/swagger` folder which
response should be defined in.
2024-03-14 04:59:52 +00:00
..
2024-02-25 13:32:13 +00:00
2024-02-25 13:32:13 +00:00
2024-03-05 15:13:35 +00:00
2023-12-19 09:29:05 +00:00
2023-07-07 05:31:56 +00:00
2024-02-25 13:32:13 +00:00
2023-02-11 08:39:50 +08:00
2023-12-25 20:13:18 +08:00
2024-03-04 08:16:03 +00:00
2024-02-25 13:32:13 +00:00
2022-12-30 23:31:00 +08:00
2023-11-03 15:21:05 +00:00
2024-03-14 04:59:52 +00:00
2024-03-14 01:10:51 +00:00
2024-01-12 21:50:38 +00:00