 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const (
	PROJECT_URL = "https://github.com/jesseduffield/lazygit"
)
    Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Updater ¶
type Updater struct {
	Log       *logrus.Entry
	Config    config.AppConfigurer
	OSCommand *commands.OSCommand
	Tr        *i18n.Localizer
}
    Updater checks for updates and does updates
func NewUpdater ¶
func NewUpdater(log *logrus.Entry, config config.AppConfigurer, osCommand *commands.OSCommand, tr *i18n.Localizer) (*Updater, error)
NewUpdater creates a new updater
func (*Updater) CheckForNewUpdate ¶
CheckForNewUpdate checks if there is an available update
func (*Updater) RecordLastUpdateCheck ¶
RecordLastUpdateCheck records last time an update check was performed
 Click to show internal directories. 
   Click to hide internal directories.