mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 20:36:07 +01:00 
			
		
		
		
	rename fields
This commit is contained in:
		@@ -11,7 +11,7 @@ import (
 | 
			
		||||
// Tag represents a Git tag.
 | 
			
		||||
type Tag struct {
 | 
			
		||||
	Name       string
 | 
			
		||||
	Id         sha1
 | 
			
		||||
	ID         sha1
 | 
			
		||||
	repo       *Repository
 | 
			
		||||
	Object     sha1 // The id of this commit object
 | 
			
		||||
	Type       string
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user