dialog skeleton
This commit is contained in:
10
konstructor/kcontext.go
Normal file
10
konstructor/kcontext.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package konstructor
|
||||
|
||||
type KContextScreen struct {
|
||||
Type string
|
||||
Value string
|
||||
}
|
||||
|
||||
type KContext struct {
|
||||
Screen KContextScreen
|
||||
}
|
||||
Reference in New Issue
Block a user