Skip to content

Commit

Permalink
Update models/meshmodel/registry/registry.go
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Singh <pranavsingh02@hotmail.com>
  • Loading branch information
theBeginner86 authored Sep 28, 2023
1 parent 5fc7b5c commit f6ed5a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/meshmodel/registry/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ type RegistryManager struct {
db *database.Handler //This database handler will be used to perform queries inside the database
}

// Registers models into registries table.
func registerModel(db *database.Handler, regID, modelID uuid.UUID) error {
entity := Registry{
RegistrantID: regID,
Expand Down

0 comments on commit f6ed5a4

Please sign in to comment.