Added internal attribute SHA1
This commit is contained in:
parent
4603dea43f
commit
e6544aaec4
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ type Entry struct {
|
||||||
Project string `json:"project,omitempty"`
|
Project string `json:"project,omitempty"`
|
||||||
Task string `json:"task,omitempty"`
|
Task string `json:"task,omitempty"`
|
||||||
User string `json:"user,omitempty"`
|
User string `json:"user,omitempty"`
|
||||||
|
|
||||||
|
SHA1 string `json:"-"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewEntry(
|
func NewEntry(
|
||||||
|
|
Loading…
Reference in a new issue