MCPcopy
hub / github.com/jesseduffield/lazygit / Updaterer

Interface Updaterer

pkg/updates/updates.go:33–36  ·  view source on GitHub ↗

Updaterer implements the check and update methods

Source from the content-addressed store, hash-verified

31
32// Updaterer implements the check and update methods
33type Updaterer interface {
34 CheckForNewUpdate()
35 Update()
36}
37
38// NewUpdater creates a new updater
39func NewUpdater(cmn *common.Common, config config.AppConfigurer, osCommand *oscommands.OSCommand) (*Updater, error) {

Callers 7

filterWithStringMethod · 0.65
handleTestModeMethod · 0.65
onUIThreadMethod · 0.65
updateMethod · 0.65
startUpdatingMethod · 0.65

Implementers 1

Updaterpkg/updates/updates.go

Calls

no outgoing calls

Tested by

no test coverage detected