diff --git a/core/blueprint_interfaces.go b/core/blueprint_interfaces.go index 7b953c43..e89058b7 100644 --- a/core/blueprint_interfaces.go +++ b/core/blueprint_interfaces.go @@ -32,6 +32,7 @@ type IBlueprintRegistry interface { InitializeRouting(app IApp, router *gin.Engine) Initialize(app IApp) ResetMigrationTree() + DeRegister(blueprint IBlueprint) } type Blueprint struct {