Skip to content

Commit

Permalink
changed import statements for testing
Browse files Browse the repository at this point in the history
Signed-off-by: pransh62390 <63577123+pransh62390@users.noreply.github.com>
  • Loading branch information
pransh62390 committed Jan 28, 2025
1 parent 462979a commit cf9d636
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions models/meshmodel/registry/v1beta1/sub_category_filter.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
package v1beta1

import (
"gorm.io/gorm/clause"
"github.com/layer5io/meshkit/database"
"github.com/layer5io/meshkit/models/meshmodel/entity"
"github.com/layer5io/meshkit/models/meshmodel/registry"
// "github.com/layer5io/meshkit/models/meshmodel/entity"
// "github.com/layer5io/meshkit/models/meshmodel/registry"
// "github.com/meshery/schemas/models/v1beta1/subCategory"

"github.com/octocamocoder47/meshkit/models/meshmodel/entity"
"github.com/octocamocoder47/meshkit/models/meshmodel/registry"
"github.com/octocamocoder47/schemas/models/v1beta1/subCategory"
"gorm.io/gorm/clause"
)

type SubCategoryFilter struct {
Expand Down

0 comments on commit cf9d636

Please sign in to comment.