CreateBulk returns a builder for creating a bulk of FsEvent entities.
(builders ...*FsEventCreate)
| 1108 | |
| 1109 | // CreateBulk returns a builder for creating a bulk of FsEvent entities. |
| 1110 | func (c *FsEventClient) CreateBulk(builders ...*FsEventCreate) *FsEventCreateBulk { |
| 1111 | return &FsEventCreateBulk{config: c.config, builders: builders} |
| 1112 | } |
| 1113 | |
| 1114 | // MapCreateBulk creates a bulk creation builder from the given slice. For each item in the slice, the function creates |
| 1115 | // a builder and applies setFunc on it. |
nothing calls this directly
no outgoing calls
no test coverage detected