mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-25 18:55:28 -06:00
use generics to DRY up context code
This commit is contained in:
@@ -109,7 +109,7 @@ type IController interface {
|
||||
|
||||
type IList interface {
|
||||
IListCursor
|
||||
GetItemsLength() int
|
||||
Len() int
|
||||
}
|
||||
|
||||
type IListCursor interface {
|
||||
|
||||
Reference in New Issue
Block a user