gitea/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
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 Use RepositoryList instead of []*Repository (#25074) 2023-06-05 15:25:47 +08:00
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
main_test.go
migrate_test.go
migrate.go
org_team_test.go
org_team.go
org_test.go
org.go
repo_collaboration_test.go
repo_collaboration.go
repo_test.go
repo_transfer_test.go
repo_transfer.go
repo.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00