SetAlertEvents sets the "alert_events" field.
(i int)
| 7991 | |
| 7992 | // SetAlertEvents sets the "alert_events" field. |
| 7993 | func (m *EventMutation) SetAlertEvents(i int) { |
| 7994 | m.owner = &i |
| 7995 | } |
| 7996 | |
| 7997 | // AlertEvents returns the value of the "alert_events" field in the mutation. |
| 7998 | func (m *EventMutation) AlertEvents() (r int, exists bool) { |