dialog skeleton

This commit is contained in:
2023-07-04 19:36:40 +02:00
parent 7874fc022f
commit 1451bd90c0
8 changed files with 162 additions and 51 deletions

10
konstructor/kcontext.go Normal file
View File

@@ -0,0 +1,10 @@
package konstructor
type KContextScreen struct {
Type string
Value string
}
type KContext struct {
Screen KContextScreen
}