CreateBulk returns a builder for creating a bulk of File entities.
(builders ...*FileCreate)
| 846 | |
| 847 | // CreateBulk returns a builder for creating a bulk of File entities. |
| 848 | func (c *FileClient) CreateBulk(builders ...*FileCreate) *FileCreateBulk { |
| 849 | return &FileCreateBulk{config: c.config, builders: builders} |
| 850 | } |
| 851 | |
| 852 | // MapCreateBulk creates a bulk creation builder from the given slice. For each item in the slice, the function creates |
| 853 | // a builder and applies setFunc on it. |
no outgoing calls
no test coverage detected