CreateBulk returns a builder for creating a bulk of Task entities.
(builders ...*TaskCreate)
| 2698 | |
| 2699 | // CreateBulk returns a builder for creating a bulk of Task entities. |
| 2700 | func (c *TaskClient) CreateBulk(builders ...*TaskCreate) *TaskCreateBulk { |
| 2701 | return &TaskCreateBulk{config: c.config, builders: builders} |
| 2702 | } |
| 2703 | |
| 2704 | // MapCreateBulk creates a bulk creation builder from the given slice. For each item in the slice, the function creates |
| 2705 | // a builder and applies setFunc on it. |
nothing calls this directly
no outgoing calls
no test coverage detected