engine layer
This commit is contained in:
10
konstructor/entity/entity.domain.go
Normal file
10
konstructor/entity/entity.domain.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package entity
|
||||
|
||||
type DomainInterface interface {
|
||||
Init()
|
||||
GetMenu(name string) Menu
|
||||
SetMenu(name string, menu Menu)
|
||||
GetDialog(name string) Dialog
|
||||
SetDialog(name string, menu Dialog)
|
||||
GetLevel(index int) Level
|
||||
}
|
||||
Reference in New Issue
Block a user