2026-04-02 20:51:26 +00:00
|
|
|
// pkg/menu/messages.go
|
2026-03-13 13:26:50 +00:00
|
|
|
package menu
|
|
|
|
|
|
|
|
|
|
type QueryConfig struct{}
|
|
|
|
|
|
|
|
|
|
type QueryGetAppMenu struct{}
|
|
|
|
|
|
|
|
|
|
type TaskSetAppMenu struct{ Items []MenuItem }
|
|
|
|
|
|
2026-03-31 05:13:43 +00:00
|
|
|
type TaskSaveConfig struct{ Config map[string]any }
|