mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 13:09:46 +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
|
|
}
|