package views import "github.com/rivo/tview" type ViewEvent string type View interface { GetView() tview.Primitive Update() }