SetSourceIp sets the "sourceIp" field.
(s string)
| 574 | |
| 575 | // SetSourceIp sets the "sourceIp" field. |
| 576 | func (m *AlertMutation) SetSourceIp(s string) { |
| 577 | m.sourceIp = &s |
| 578 | } |
| 579 | |
| 580 | // SourceIp returns the value of the "sourceIp" field in the mutation. |
| 581 | func (m *AlertMutation) SourceIp() (r string, exists bool) { |
no outgoing calls
no test coverage detected