SetSourceScope sets the "sourceScope" field.
(s string)
| 959 | |
| 960 | // SetSourceScope sets the "sourceScope" field. |
| 961 | func (m *AlertMutation) SetSourceScope(s string) { |
| 962 | m.sourceScope = &s |
| 963 | } |
| 964 | |
| 965 | // SourceScope returns the value of the "sourceScope" field in the mutation. |
| 966 | func (m *AlertMutation) SourceScope() (r string, exists bool) { |
no outgoing calls