CreateBulk returns a builder for creating a bulk of Metadata entities.
(builders ...*MetadataCreate)
| 1426 | |
| 1427 | // CreateBulk returns a builder for creating a bulk of Metadata entities. |
| 1428 | func (c *MetadataClient) CreateBulk(builders ...*MetadataCreate) *MetadataCreateBulk { |
| 1429 | return &MetadataCreateBulk{config: c.config, builders: builders} |
| 1430 | } |
| 1431 | |
| 1432 | // MapCreateBulk creates a bulk creation builder from the given slice. For each item in the slice, the function creates |
| 1433 | // a builder and applies setFunc on it. |
nothing calls this directly
no outgoing calls
no test coverage detected