mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 21:49:53 +00:00
8 lines
127 B
Go
8 lines
127 B
Go
package page
|
|
|
|
type PageID string
|
|
|
|
// PageChangeMsg is used to change the current page
|
|
type PageChangeMsg struct {
|
|
ID PageID
|
|
}
|