[DEADCODE] update

Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu>
This commit is contained in:
Gergely Nagy 2024-03-17 17:43:16 +01:00 committed by Earl Warren
parent f2fc2dcfc9
commit adbc5d206b
No known key found for this signature in database
GPG Key ID: 0579CB2928A78A00
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,6 @@ package "code.gitea.io/gitea/models/repo"
func (*releaseSorter).Swap func (*releaseSorter).Swap
func SortReleases func SortReleases
func FindReposMapByIDs func FindReposMapByIDs
func RepositoryListOfMap
func (SearchOrderBy).String func (SearchOrderBy).String
func IsErrTopicNotExist func IsErrTopicNotExist
func (ErrTopicNotExist).Error func (ErrTopicNotExist).Error
@ -178,6 +177,7 @@ package "code.gitea.io/gitea/modules/git"
func (ErrExecTimeout).Error func (ErrExecTimeout).Error
func (ErrUnsupportedVersion).Error func (ErrUnsupportedVersion).Error
func SetUpdateHook func SetUpdateHook
func GetObjectFormatOfRepo
func openRepositoryWithDefaultContext func openRepositoryWithDefaultContext
func IsTagExist func IsTagExist
func ToEntryMode func ToEntryMode