SetRemediation sets the "remediation" field.
(b bool)
| 1359 | |
| 1360 | // SetRemediation sets the "remediation" field. |
| 1361 | func (m *AlertMutation) SetRemediation(b bool) { |
| 1362 | m.remediation = &b |
| 1363 | } |
| 1364 | |
| 1365 | // Remediation returns the value of the "remediation" field in the mutation. |
| 1366 | func (m *AlertMutation) Remediation() (r bool, exists bool) { |
no outgoing calls
no test coverage detected