CreateBulk returns a builder for creating a bulk of Setting entities.
(builders ...*SettingCreate)
| 2197 | |
| 2198 | // CreateBulk returns a builder for creating a bulk of Setting entities. |
| 2199 | func (c *SettingClient) CreateBulk(builders ...*SettingCreate) *SettingCreateBulk { |
| 2200 | return &SettingCreateBulk{config: c.config, builders: builders} |
| 2201 | } |
| 2202 | |
| 2203 | // MapCreateBulk creates a bulk creation builder from the given slice. For each item in the slice, the function creates |
| 2204 | // a builder and applies setFunc on it. |
nothing calls this directly
no outgoing calls
no test coverage detected