CreateBulk returns a builder for creating a bulk of Node entities.
(builders ...*NodeCreate)
| 1577 | |
| 1578 | // CreateBulk returns a builder for creating a bulk of Node entities. |
| 1579 | func (c *NodeClient) CreateBulk(builders ...*NodeCreate) *NodeCreateBulk { |
| 1580 | return &NodeCreateBulk{config: c.config, builders: builders} |
| 1581 | } |
| 1582 | |
| 1583 | // MapCreateBulk creates a bulk creation builder from the given slice. For each item in the slice, the function creates |
| 1584 | // a builder and applies setFunc on it. |
nothing calls this directly
no outgoing calls
no test coverage detected