SetUpdateTime sets the "update_time" field.
(t time.Time)
| 364 | |
| 365 | // SetUpdateTime sets the "update_time" field. |
| 366 | func (gcuo *GitCommitUpdateOne) SetUpdateTime(t time.Time) *GitCommitUpdateOne { |
| 367 | gcuo.mutation.SetUpdateTime(t) |
| 368 | return gcuo |
| 369 | } |
| 370 | |
| 371 | // SetCommitHash sets the "commit_hash" field. |
| 372 | func (gcuo *GitCommitUpdateOne) SetCommitHash(s string) *GitCommitUpdateOne { |
nothing calls this directly
no test coverage detected