]> source.dussan.org Git - gitea.git/commit
Move some functions from issue.go to standalone files (#32468)
authorLunny Xiao <xiaolunwen@gmail.com>
Mon, 11 Nov 2024 04:28:54 +0000 (20:28 -0800)
committerGitHub <noreply@github.com>
Mon, 11 Nov 2024 04:28:54 +0000 (04:28 +0000)
commita1892cf7e3d1aa9e806f6f695d252546a8719e08
treeb4266a4262d5326a2e7f6bd45fae25f5b2514ab3
parent43c252dfeaf9ab03c4db3e7ac5169bc0d69901ac
Move some functions from issue.go to standalone files (#32468)

Just functions move, no code change.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
routers/web/repo/issue.go
routers/web/repo/issue_comment.go [new file with mode: 0644]
routers/web/repo/issue_list.go [new file with mode: 0644]
routers/web/repo/issue_new.go [new file with mode: 0644]
routers/web/repo/issue_page_meta.go [new file with mode: 0644]
routers/web/repo/issue_poster.go [new file with mode: 0644]
routers/web/repo/issue_view.go [new file with mode: 0644]
routers/web/repo/pull_review.go