mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Move transfer repository and rename repository on a service package and start action notification (#8573)
* move transfer repository and rename repository on a service package and start action notification * remove unused codes * fix lint * fix bugs * fix test * fix test * fix test * fix lint * update go mod and sum
This commit is contained in:
		| @@ -17,7 +17,8 @@ type Notifier interface { | ||||
| 	NotifyMigrateRepository(doer *models.User, u *models.User, repo *models.Repository) | ||||
| 	NotifyDeleteRepository(doer *models.User, repo *models.Repository) | ||||
| 	NotifyForkRepository(doer *models.User, oldRepo, repo *models.Repository) | ||||
| 	NotifyRenameRepository(doer *models.User, repo *models.Repository, oldName string) | ||||
| 	NotifyRenameRepository(doer *models.User, repo *models.Repository, oldRepoName string) | ||||
| 	NotifyTransferRepository(doer *models.User, repo *models.Repository, oldOwnerName string) | ||||
|  | ||||
| 	NotifyNewIssue(*models.Issue) | ||||
| 	NotifyIssueChangeStatus(*models.User, *models.Issue, bool) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user