SetSourceRange sets the "sourceRange" field.
(s string)
| 623 | |
| 624 | // SetSourceRange sets the "sourceRange" field. |
| 625 | func (m *AlertMutation) SetSourceRange(s string) { |
| 626 | m.sourceRange = &s |
| 627 | } |
| 628 | |
| 629 | // SourceRange returns the value of the "sourceRange" field in the mutation. |
| 630 | func (m *AlertMutation) SourceRange() (r string, exists bool) { |
no outgoing calls
no test coverage detected