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/routers/api/v1/user
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
..
app.go Add scopes to API to create token and display them (#22989) 2 years ago
avatar.go Add API for changing Avatars (#25369) 2 years ago
email.go Move `convert` package to services (#22264) 2 years ago
follower.go Add context cache as a request level cache (#22294) 2 years ago
gpg_key.go Move `convert` package to services (#22264) 2 years ago
helper.go Decouple the different contexts from each other (#24786) 2 years ago
hook.go Add user webhooks (#21563) 2 years ago
key.go Add context cache as a request level cache (#22294) 2 years ago
repo.go Fix `Permission` in API returned repository struct (#25388) 2 years ago
settings.go Move `convert` package to services (#22264) 2 years ago
star.go Fix `Permission` in API returned repository struct (#25388) 2 years ago
user.go Replace `interface{}` with `any` (#25686) 2 years ago
watch.go Fix `Permission` in API returned repository struct (#25388) 2 years ago