SetSource sets the "source" field.
(s string)
| 561 | |
| 562 | // SetSource sets the "source" field. |
| 563 | func (euo *EntityUpdateOne) SetSource(s string) *EntityUpdateOne { |
| 564 | euo.mutation.SetSource(s) |
| 565 | return euo |
| 566 | } |
| 567 | |
| 568 | // SetNillableSource sets the "source" field if the given value is not nil. |
| 569 | func (euo *EntityUpdateOne) SetNillableSource(s *string) *EntityUpdateOne { |
no test coverage detected