move initial konstructor structs from main.go to init.go
This commit is contained in:
@@ -13,6 +13,9 @@ type DomainBaseFields struct {
|
||||
type DomainInterface interface {
|
||||
Init()
|
||||
|
||||
GetInitialKContext() *KContext
|
||||
GetInitialConfig() *Config
|
||||
|
||||
GetMenuMap() MenuMap
|
||||
GetMenu(name MenuMapKey) Menu
|
||||
SetMenu(name MenuMapKey, menu Menu)
|
||||
|
||||
Reference in New Issue
Block a user