SetStartedAt sets the "startedAt" field.
(t time.Time)
| 476 | |
| 477 | // SetStartedAt sets the "startedAt" field. |
| 478 | func (m *AlertMutation) SetStartedAt(t time.Time) { |
| 479 | m.startedAt = &t |
| 480 | } |
| 481 | |
| 482 | // StartedAt returns the value of the "startedAt" field in the mutation. |
| 483 | func (m *AlertMutation) StartedAt() (r time.Time, exists bool) { |
no outgoing calls
no test coverage detected