(ctx context.Context, r *T)
| 68 | |
| 69 | Table(name string, args ...interface{}) CreateInterface[T] |
| 70 | Create(ctx context.Context, r *T) error |
| 71 | CreateInBatches(ctx context.Context, r *[]T, batchSize int) error |
| 72 | Set(assignments ...clause.Assigner) SetCreateOrUpdateInterface[T] |
| 73 | } |
no outgoing calls