SetStoppedAt sets the "stoppedAt" field.
(t time.Time)
| 525 | |
| 526 | // SetStoppedAt sets the "stoppedAt" field. |
| 527 | func (m *AlertMutation) SetStoppedAt(t time.Time) { |
| 528 | m.stoppedAt = &t |
| 529 | } |
| 530 | |
| 531 | // StoppedAt returns the value of the "stoppedAt" field in the mutation. |
| 532 | func (m *AlertMutation) StoppedAt() (r time.Time, exists bool) { |
no outgoing calls
no test coverage detected