github.com/Benchkram/bob@v0.0.0-20220321080157-7c8f3876e225/tui/messages.go (about)

     1  package tui
     2  
     3  type Quit struct{}
     4  
     5  type Started struct{}
     6  
     7  type Restarted struct{}
     8  
     9  type Update struct {
    10  	tab int
    11  }
    12  
    13  type EnableScroll struct{}
    14  
    15  type DisableScroll struct{}