SetScenario sets the "scenario" field.
(s string)
| 272 | |
| 273 | // SetScenario sets the "scenario" field. |
| 274 | func (m *AlertMutation) SetScenario(s string) { |
| 275 | m.scenario = &s |
| 276 | } |
| 277 | |
| 278 | // Scenario returns the value of the "scenario" field in the mutation. |
| 279 | func (m *AlertMutation) Scenario() (r string, exists bool) { |
no outgoing calls