mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	@@ -157,7 +157,7 @@ func EnumeratePackageVersions(ctx *context.Context) {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type Resource struct {
 | 
					type Resource struct {
 | 
				
			||||||
	Name     string `json:"id"`
 | 
						Name     string `json:"name"`
 | 
				
			||||||
	Type     string `json:"type"`
 | 
						Type     string `json:"type"`
 | 
				
			||||||
	Checksum string `json:"checksum"`
 | 
						Checksum string `json:"checksum"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user