add dialog to domain
This commit is contained in:
@@ -13,7 +13,8 @@ type DomainInterface interface {
|
||||
Init()
|
||||
GetMenu(name string) Menu
|
||||
SetMenu(name string, menu Menu)
|
||||
GetDialog() Dialog
|
||||
GetDialog(name string) Dialog
|
||||
SetDialog(name string, menu Dialog)
|
||||
}
|
||||
|
||||
type ScreenSettings struct {
|
||||
|
||||
Reference in New Issue
Block a user