SetSource sets the "source" field.
(s string)
| 77 | |
| 78 | // SetSource sets the "source" field. |
| 79 | func (ec *EntityCreate) SetSource(s string) *EntityCreate { |
| 80 | ec.mutation.SetSource(s) |
| 81 | return ec |
| 82 | } |
| 83 | |
| 84 | // SetSize sets the "size" field. |
| 85 | func (ec *EntityCreate) SetSize(i int64) *EntityCreate { |