CreateBulk returns a builder for creating a bulk of Share entities.
(builders ...*ShareCreate)
| 2332 | |
| 2333 | // CreateBulk returns a builder for creating a bulk of Share entities. |
| 2334 | func (c *ShareClient) CreateBulk(builders ...*ShareCreate) *ShareCreateBulk { |
| 2335 | return &ShareCreateBulk{config: c.config, builders: builders} |
| 2336 | } |
| 2337 | |
| 2338 | // MapCreateBulk creates a bulk creation builder from the given slice. For each item in the slice, the function creates |
| 2339 | // a builder and applies setFunc on it. |
nothing calls this directly
no outgoing calls
no test coverage detected