SetUpdateTime sets the "update_time" field.
(t time.Time)
| 33 | |
| 34 | // SetUpdateTime sets the "update_time" field. |
| 35 | func (gcu *GitCommitUpdate) SetUpdateTime(t time.Time) *GitCommitUpdate { |
| 36 | gcu.mutation.SetUpdateTime(t) |
| 37 | return gcu |
| 38 | } |
| 39 | |
| 40 | // SetCommitHash sets the "commit_hash" field. |
| 41 | func (gcu *GitCommitUpdate) SetCommitHash(s string) *GitCommitUpdate { |
no outgoing calls
no test coverage detected