]> source.dussan.org Git - gitea.git/commit
Simplify parameter types (#18006)
authorGusted <williamzijl7@hotmail.com>
Mon, 20 Dec 2021 04:41:31 +0000 (05:41 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Dec 2021 04:41:31 +0000 (04:41 +0000)
commitff2fd08228dd6323ac4a1cbd2f37f8ae15733eab
tree9079b869968d358502f64ce03caf4097556c53cd
parent25677cdc5b11f7100ca2e4b0819e02ca62e22ab1
Simplify parameter types (#18006)

Remove repeated type declarations in function definitions.
59 files changed:
cmd/dump.go
integrations/api_repo_tags_test.go
integrations/git_test.go
integrations/issue_test.go
models/issue_milestone.go
models/issues/content_history.go
models/user.go
models/user/setting.go
modules/avatar/identicon/block.go
modules/avatar/identicon/polygon.go
modules/base/tool.go
modules/charset/charset_test.go
modules/context/pagination.go
modules/context/repo.go
modules/eventsource/event.go
modules/git/repo.go
modules/git/repo_commit.go
modules/git/repo_compare.go
modules/git/repo_tree.go
modules/git/utils.go
modules/gitgraph/graph.go
modules/hostmatcher/hostmatcher.go
modules/hostmatcher/http.go
modules/log/multichannel.go
modules/log/writer.go
modules/markup/markdown/goldmark.go
modules/notification/action/action.go
modules/notification/base/null.go
modules/notification/indexer/indexer.go
modules/notification/notification.go
modules/notification/webhook/webhook.go
modules/references/references.go
modules/secret/secret.go
modules/setting/log.go
modules/setting/setting.go
modules/ssh/ssh.go
modules/templates/helper.go
modules/upload/upload.go
modules/util/compare.go
modules/util/path.go
modules/web/middleware/cookie.go
modules/web/route.go
routers/api/v1/notify/repo.go
routers/web/repo/compare.go
routers/web/repo/editor.go
routers/web/repo/issue.go
routers/web/user/auth.go
routers/web/user/oauth.go
services/attachment/attachment.go
services/gitdiff/csv.go
services/issue/assignee.go
services/migrations/dump.go
services/migrations/restore.go
services/pull/review.go
services/repository/files/temp_repo.go
services/repository/files/update.go
services/webhook/general.go
services/webhook/matrix.go
services/webhook/slack.go