0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-06 05:54:31 +01:00
gitea/routers/api/v1/repo
silverwind 88f835192d
Replace interface{} with any (#25686)
Result of running `perl -p -i -e 's#interface\{\}#any#g' **/*` and `make fmt`.

Basically the same [as golang did](2580d0e08d).
2023-07-04 18:36:08 +00:00
..
avatar.go Add API for changing Avatars (#25369) 2023-06-29 23:22:55 +00:00
blob.go
branch.go Fix bug of branches API with tests (#25578) 2023-07-01 10:52:52 +08:00
collaborators.go
commits.go
file.go Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00
fork.go Fix Permission in API returned repository struct (#25388) 2023-06-22 13:08:08 +00:00
git_hook.go
git_ref.go
hook.go Fix Permission in API returned repository struct (#25388) 2023-06-22 13:08:08 +00:00
hook_test.go
issue.go
issue_attachment.go
issue_comment.go
issue_comment_attachment.go
issue_dependency.go
issue_label.go
issue_pin.go
issue_reaction.go
issue_stopwatch.go
issue_subscription.go
issue_tracked_time.go
key.go Fix Permission in API returned repository struct (#25388) 2023-06-22 13:08:08 +00:00
label.go
language.go
main_test.go
migrate.go Fix Permission in API returned repository struct (#25388) 2023-06-22 13:08:08 +00:00
milestone.go
mirror.go Use correct response code in push mirror creation response in v1_json.tmpl (#25476) 2023-06-28 22:00:19 +00:00
notes.go
patch.go Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00
pull.go
pull_review.go
release.go
release_attachment.go
release_tags.go
repo.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
repo_test.go
star.go
status.go Fix Permission in API returned repository struct (#25388) 2023-06-22 13:08:08 +00:00
subscriber.go
tag.go
teams.go
topic.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
transfer.go Fix Permission in API returned repository struct (#25388) 2023-06-22 13:08:08 +00:00
tree.go
wiki.go