SetAlertMetas sets the "alert_metas" field.
(i int)
| 10481 | |
| 10482 | // SetAlertMetas sets the "alert_metas" field. |
| 10483 | func (m *MetaMutation) SetAlertMetas(i int) { |
| 10484 | m.owner = &i |
| 10485 | } |
| 10486 | |
| 10487 | // AlertMetas returns the value of the "alert_metas" field in the mutation. |
| 10488 | func (m *MetaMutation) AlertMetas() (r int, exists bool) { |