app

package
v0.10.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 13, 2019 License: MIT Imports: 15 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	Config        config.AppConfigurer
	Log           *logrus.Entry
	OSCommand     *commands.OSCommand
	GitCommand    *commands.GitCommand
	Gui           *gui.Gui
	Tr            *i18n.Localizer
	Updater       *updates.Updater // may only need this on the Gui
	ClientContext string
	// contains filtered or unexported fields
}

App struct

func NewApp

func NewApp(config config.AppConfigurer) (*App, error)

NewApp bootstrap a new application

func (*App) Close

func (app *App) Close() error

Close closes any resources

func (*App) KnownError added in v0.8.2

func (app *App) KnownError(err error) (string, bool)

KnownError takes an error and tells us whether it's an error that we know about where we can print a nicely formatted version of it rather than panicking with a stack trace

func (*App) Rebase added in v0.7.1

func (app *App) Rebase() error

Rebase contains logic for when we've been run in demon mode, meaning we've given lazygit as a command for git to call e.g. to edit a file

func (*App) Run added in v0.7.1

func (app *App) Run() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL