(t int)
| 804 | } |
| 805 | |
| 806 | func (m *ShareCreate) SetRawID(t int) *ShareCreate { |
| 807 | m.mutation.SetRawID(t) |
| 808 | return m |
| 809 | } |
| 810 | |
| 811 | // ShareCreateBulk is the builder for creating many Share entities in bulk. |
| 812 | type ShareCreateBulk struct { |
nothing calls this directly
no outgoing calls
no test coverage detected