dialog skeleton
This commit is contained in:
@@ -11,6 +11,7 @@ type ContextInterface interface {
|
||||
|
||||
type DomainInterface interface {
|
||||
Init()
|
||||
GetDialog() Dialog
|
||||
}
|
||||
|
||||
type ScreenSettings struct {
|
||||
@@ -18,15 +19,6 @@ type ScreenSettings struct {
|
||||
Height int
|
||||
}
|
||||
|
||||
type KContextScreen struct {
|
||||
Type string
|
||||
Value string
|
||||
}
|
||||
|
||||
type KContext struct {
|
||||
Screen KContextScreen
|
||||
}
|
||||
|
||||
type Settings struct {
|
||||
Name string
|
||||
Screen *ScreenSettings
|
||||
|
||||
Reference in New Issue
Block a user