1 2 3 4 5 6 7 8
package page type PageID string // PageChangeMsg is used to change the current page type PageChangeMsg struct { ID PageID }