10 lines
196 B
Go
10 lines
196 B
Go
// pkg/menu/messages.go
|
|
package menu
|
|
|
|
type QueryConfig struct{}
|
|
|
|
type QueryGetAppMenu struct{}
|
|
|
|
type TaskSetAppMenu struct{ Items []MenuItem }
|
|
|
|
type TaskSaveConfig struct{ Config map[string]any }
|