(t int)
| 464 | } |
| 465 | |
| 466 | func (m *SettingCreate) SetRawID(t int) *SettingCreate { |
| 467 | m.mutation.SetRawID(t) |
| 468 | return m |
| 469 | } |
| 470 | |
| 471 | // SettingCreateBulk is the builder for creating many Setting entities in bulk. |
| 472 | type SettingCreateBulk struct { |
nothing calls this directly
no outgoing calls
no test coverage detected