You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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).
2 years ago
..
actions
activities
admin Replace `interface{}` with `any` (#25686) 2 years ago
asymkey Replace `interface{}` with `any` (#25686) 2 years ago
auth
avatars
db Replace `interface{}` with `any` (#25686) 2 years ago
dbfs
fixtures
git Replace `interface{}` with `any` (#25686) 2 years ago
issues Replace `interface{}` with `any` (#25686) 2 years ago
migrations Replace `interface{}` with `any` (#25686) 2 years ago
organization
packages Replace `interface{}` with `any` (#25686) 2 years ago
perm
project
pull
repo Replace `interface{}` with `any` (#25686) 2 years ago
secret
shared/types
system Replace `interface{}` with `any` (#25686) 2 years ago
unit
unittest Replace `interface{}` with `any` (#25686) 2 years ago
user Replace `interface{}` with `any` (#25686) 2 years ago
webhook Replace `interface{}` with `any` (#25686) 2 years ago
error.go
fixture_generation.go
fixture_test.go
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) 2 years ago
repo_collaboration.go
repo_collaboration_test.go
repo_test.go
repo_transfer.go
repo_transfer_test.go