SetSourceAsName sets the "sourceAsName" field.
(s string)
| 721 | |
| 722 | // SetSourceAsName sets the "sourceAsName" field. |
| 723 | func (m *AlertMutation) SetSourceAsName(s string) { |
| 724 | m.sourceAsName = &s |
| 725 | } |
| 726 | |
| 727 | // SourceAsName returns the value of the "sourceAsName" field in the mutation. |
| 728 | func (m *AlertMutation) SourceAsName() (r string, exists bool) { |
no outgoing calls
no test coverage detected