openapi
This commit is contained in:
8
pkg/tui/page/page.go
Normal file
8
pkg/tui/page/page.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package page
|
||||
|
||||
type PageID string
|
||||
|
||||
// PageChangeMsg is used to change the current page
|
||||
type PageChangeMsg struct {
|
||||
ID PageID
|
||||
}
|
||||
Reference in New Issue
Block a user