SetType sets the "type" field.
(s string)
| 69 | |
| 70 | // SetType sets the "type" field. |
| 71 | func (tc *TaskCreate) SetType(s string) *TaskCreate { |
| 72 | tc.mutation.SetType(s) |
| 73 | return tc |
| 74 | } |
| 75 | |
| 76 | // SetStatus sets the "status" field. |
| 77 | func (tc *TaskCreate) SetStatus(t task.Status) *TaskCreate { |
nothing calls this directly
no outgoing calls
no test coverage detected