type gorm.io/gorm.ExecInterface (interface)

Method Implmentations

Find(ctx context.Context) ([]T, error)
FindInBatches(ctx context.Context, batchSize int, fc func(data []T, batch int) error) error
Scan(ctx context.Context, r interface{}) error