Files
LazyPM/pkg/tui/msgs/msgs.go

8 lines
223 B
Go

package msgs
// SwitchToDashboardMsg signals to switch to the main dashboard view.
type SwitchToDashboardMsg struct{}
// SwitchToDashboard2Msg signals to switch to the dashboard2 view.
type SwitchToDashboard2Msg struct{}