Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] Persist MeshModels Policies in DB on Server Boot #320

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
rm unwanted imports
Signed-off-by: Pranav Singh <[email protected]>
theBeginner86 committed May 26, 2023
commit 91df29c15fdd0a8fba9ccaeb4348d39e37a58912
1 change: 0 additions & 1 deletion models/meshmodel/core/v1alpha1/policy.go
Original file line number Diff line number Diff line change
@@ -8,7 +8,6 @@ import (
"github.com/google/uuid"
"github.com/layer5io/meshkit/database"
"github.com/layer5io/meshkit/models/meshmodel/core/types"
"github.com/sirupsen/logrus"
"gorm.io/gorm/clause"
)