Implement scopes
This commit is contained in:
parent
be07ac5d83
commit
064ae2f564
15 changed files with 232 additions and 137 deletions
|
|
@ -24,6 +24,7 @@ func (dis *Distillery) init() {
|
|||
lifetime.RegisterGroup[component.UserDeleteHook](&dis.lifetime)
|
||||
lifetime.RegisterGroup[component.Table](&dis.lifetime)
|
||||
lifetime.RegisterGroup[component.Menuable](&dis.lifetime)
|
||||
lifetime.RegisterGroup[component.ScopeProvider](&dis.lifetime)
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue