CreateBulk returns a builder for creating a bulk of Lock entities.
(builders ...*LockCreate)
| 1376 | |
| 1377 | // CreateBulk returns a builder for creating a bulk of Lock entities. |
| 1378 | func (c *LockClient) CreateBulk(builders ...*LockCreate) *LockCreateBulk { |
| 1379 | return &LockCreateBulk{config: c.config, builders: builders} |
| 1380 | } |
| 1381 | |
| 1382 | // MapCreateBulk creates a bulk creation builder from the given slice. For each item in the slice, the function creates |
| 1383 | // a builder and applies setFunc on it. |
no outgoing calls
no test coverage detected