GetMenu, SetMenu

This commit is contained in:
2023-07-04 20:10:14 +02:00
parent 1451bd90c0
commit 74272c09f2
6 changed files with 82 additions and 69 deletions

View File

@@ -7,9 +7,11 @@ import (
type Domain struct {
Context Context
MenuMap konstructor.MenuMap
}
func (d *Domain) Init() {
d.InitMenu()
}
func (d *Domain) GetDialog() konstructor.Dialog {