SetCreateTime sets the "create_time" field.
(t time.Time)
| 30 | |
| 31 | // SetCreateTime sets the "create_time" field. |
| 32 | func (nvc *NodeVersionCreate) SetCreateTime(t time.Time) *NodeVersionCreate { |
| 33 | nvc.mutation.SetCreateTime(t) |
| 34 | return nvc |
| 35 | } |
| 36 | |
| 37 | // SetNillableCreateTime sets the "create_time" field if the given value is not nil. |
| 38 | func (nvc *NodeVersionCreate) SetNillableCreateTime(t *time.Time) *NodeVersionCreate { |
no outgoing calls
no test coverage detected