github.com/egonelbre/exp@v0.0.0-20240430123955-ed1d3aa93911/view/basic.go (about)

     1  package view
     2  
     3  type Field struct{ Content string }
     4  type Button struct{}
     5  type Checkbox struct{ Checked bool }