CreateBulk returns a builder for creating a bulk of Passkey entities.
(builders ...*PasskeyCreate)
| 2046 | |
| 2047 | // CreateBulk returns a builder for creating a bulk of Passkey entities. |
| 2048 | func (c *PasskeyClient) CreateBulk(builders ...*PasskeyCreate) *PasskeyCreateBulk { |
| 2049 | return &PasskeyCreateBulk{config: c.config, builders: builders} |
| 2050 | } |
| 2051 | |
| 2052 | // MapCreateBulk creates a bulk creation builder from the given slice. For each item in the slice, the function creates |
| 2053 | // a builder and applies setFunc on it. |
nothing calls this directly
no outgoing calls
no test coverage detected