Added internal attribute SHA1

This commit is contained in:
マリウス 2020-10-15 23:52:27 +01:00
parent 4603dea43f
commit e6544aaec4
No known key found for this signature in database
GPG key ID: C228EF0A530AF06F

View file

@ -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(