SetMessage sets the "message" field.
(s string)
| 357 | |
| 358 | // SetMessage sets the "message" field. |
| 359 | func (m *AlertMutation) SetMessage(s string) { |
| 360 | m.message = &s |
| 361 | } |
| 362 | |
| 363 | // Message returns the value of the "message" field in the mutation. |
| 364 | func (m *AlertMutation) Message() (r string, exists bool) { |
no outgoing calls
no test coverage detected