mirror of
https://github.com/go-gitea/gitea
synced 2025-07-08 19:47:21 +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