mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	@@ -254,6 +254,13 @@ type swaggerCommitList struct {
 | 
			
		||||
	Body []api.Commit `json:"body"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Note
 | 
			
		||||
// swagger:response Note
 | 
			
		||||
type swaggerNote struct {
 | 
			
		||||
	// in: body
 | 
			
		||||
	Body api.Note `json:"body"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// EmptyRepository
 | 
			
		||||
// swagger:response EmptyRepository
 | 
			
		||||
type swaggerEmptyRepository struct {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user