SetLastPush sets the "last_push" field.
(t time.Time)
| 8947 | |
| 8948 | // SetLastPush sets the "last_push" field. |
| 8949 | func (m *MachineMutation) SetLastPush(t time.Time) { |
| 8950 | m.last_push = &t |
| 8951 | } |
| 8952 | |
| 8953 | // LastPush returns the value of the "last_push" field in the mutation. |
| 8954 | func (m *MachineMutation) LastPush() (r time.Time, exists bool) { |
no outgoing calls