Files
mangaGetter/internal/view/views.go
2024-05-21 16:36:40 +02:00

10 lines
99 B
Go

package view
type View int
const (
Menu View = iota
Viewer View = iota
Login View = iota
)