SetUpdateTime sets the "update_time" field.
(t time.Time)
| 41 | |
| 42 | // SetUpdateTime sets the "update_time" field. |
| 43 | func (gcc *GitCommitCreate) SetUpdateTime(t time.Time) *GitCommitCreate { |
| 44 | gcc.mutation.SetUpdateTime(t) |
| 45 | return gcc |
| 46 | } |
| 47 | |
| 48 | // SetNillableUpdateTime sets the "update_time" field if the given value is not nil. |
| 49 | func (gcc *GitCommitCreate) SetNillableUpdateTime(t *time.Time) *GitCommitCreate { |
no outgoing calls
no test coverage detected