opencode/packages/tui/internal/page/page.go

9 lines
127 B
Go
Raw Normal View History

2025-03-22 01:20:28 +08:00
package page
type PageID string
2025-03-25 20:04:36 +08:00
// PageChangeMsg is used to change the current page
type PageChangeMsg struct {
ID PageID
}