SetSourceValue sets the "sourceValue" field.
(s string)
| 1008 | |
| 1009 | // SetSourceValue sets the "sourceValue" field. |
| 1010 | func (m *AlertMutation) SetSourceValue(s string) { |
| 1011 | m.sourceValue = &s |
| 1012 | } |
| 1013 | |
| 1014 | // SourceValue returns the value of the "sourceValue" field in the mutation. |
| 1015 | func (m *AlertMutation) SourceValue() (r string, exists bool) { |
no outgoing calls