SetType sets the "type" field.
(i int)
| 71 | |
| 72 | // SetType sets the "type" field. |
| 73 | func (ec *EntityCreate) SetType(i int) *EntityCreate { |
| 74 | ec.mutation.SetType(i) |
| 75 | return ec |
| 76 | } |
| 77 | |
| 78 | // SetSource sets the "source" field. |
| 79 | func (ec *EntityCreate) SetSource(s string) *EntityCreate { |
nothing calls this directly
no outgoing calls
no test coverage detected