Skip to content

Commit

Permalink
fix: update import path for ComponentDefinition in register.go
Browse files Browse the repository at this point in the history
Signed-off-by: devhindo <[email protected]>
  • Loading branch information
devhindo committed Jan 3, 2025
1 parent ea24943 commit 645ac19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adapter/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"strconv"
"sync"

"github.com/layer5io/meshkit/models/meshmodel/core/types"
"github.com/layer5io/meshkit/models/meshmodel/entity"
)

var (
Expand All @@ -34,7 +34,7 @@ func RegisterMeshModelComponents(uuid, runtime, host, port string) error {
EntityDefintionPath: pathSet.meshmodelDefinitionPath,
Host: host,
Port: portint,
Type: types.ComponentDefinition,
Type: entity.ComponentDefinition,
})
}

Expand Down

0 comments on commit 645ac19

Please sign in to comment.