mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
more refactoring
This commit is contained in:
@ -10,6 +10,8 @@ import (
|
||||
)
|
||||
|
||||
type RemotesController struct {
|
||||
baseController
|
||||
|
||||
c *types.ControllerCommon
|
||||
context types.IListContext
|
||||
git *commands.GitCommand
|
||||
@ -30,6 +32,7 @@ func NewRemotesController(
|
||||
setRemoteBranches func([]*models.RemoteBranch),
|
||||
) *RemotesController {
|
||||
return &RemotesController{
|
||||
baseController: baseController{},
|
||||
c: c,
|
||||
git: git,
|
||||
contexts: contexts,
|
||||
|
Reference in New Issue
Block a user