CreateBulk returns a builder for creating a bulk of StoragePolicy entities.
(builders ...*StoragePolicyCreate)
| 2499 | |
| 2500 | // CreateBulk returns a builder for creating a bulk of StoragePolicy entities. |
| 2501 | func (c *StoragePolicyClient) CreateBulk(builders ...*StoragePolicyCreate) *StoragePolicyCreateBulk { |
| 2502 | return &StoragePolicyCreateBulk{config: c.config, builders: builders} |
| 2503 | } |
| 2504 | |
| 2505 | // MapCreateBulk creates a bulk creation builder from the given slice. For each item in the slice, the function creates |
| 2506 | // a builder and applies setFunc on it. |
nothing calls this directly
no outgoing calls
no test coverage detected