forgejo/models
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
..
actions Fix content holes in Actions task logs file (#25560) 2023-06-28 19:07:29 +02:00
activities
admin Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
asymkey Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
auth Add ability to set multiple redirect URIs in OAuth application UI (#25072) 2023-06-05 15:00:12 +08:00
avatars
db Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
dbfs Fix content holes in Actions task logs file (#25560) 2023-06-28 19:07:29 +02:00
fixtures Fix bug of branches API with tests (#25578) 2023-07-01 10:52:52 +08:00
git Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
issues Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
migrations Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
organization
packages Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
perm some less naked returns (#25682) 2023-07-04 15:52:33 +00:00
project
pull
repo Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
secret Support configuration variables on Gitea Actions (#24724) 2023-06-20 22:54:15 +00:00
shared/types
system Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
unit
unittest Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
user Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
webhook Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
error.go Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00
fixture_generation.go
fixture_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
main_test.go
migrate.go
migrate_test.go
org.go
org_team.go
org_team_test.go
org_test.go
repo.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
repo_collaboration.go refactor some functions to support ctx as first parameter (#21878) 2022-12-03 10:48:26 +08:00
repo_collaboration_test.go
repo_test.go
repo_transfer.go
repo_transfer_test.go