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