11 lines
129 B
Go
11 lines
129 B
Go
package konstructor
|
|
|
|
type KContextScreen struct {
|
|
Type string
|
|
Value string
|
|
}
|
|
|
|
type KContext struct {
|
|
Screen KContextScreen
|
|
}
|