Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Commit

Permalink
added method to the interface
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyglazyrindev committed Nov 1, 2021
1 parent 0077b6b commit 0b77838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/blueprint_interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ type IBlueprintRegistry interface {
InitializeRouting(app IApp, router *gin.Engine)
Initialize(app IApp)
ResetMigrationTree()
DeRegister(blueprint IBlueprint)
}

type Blueprint struct {
Expand Down

0 comments on commit 0b77838

Please sign in to comment.