9 lines
172 B
Go
9 lines
172 B
Go
package menu
|
|
|
|
type QueryConfig struct{}
|
|
|
|
type QueryGetAppMenu struct{}
|
|
|
|
type TaskSetAppMenu struct{ Items []MenuItem }
|
|
|
|
type TaskSaveConfig struct{ Config map[string]any }
|