mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-05 13:21:15 +00: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