diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -31,10 +31,11 @@ type mainType struct { urlbase string // base URL mainWindow *gadgets.BasicWindow - mainbox *gui.Node // the main box. enable/disable this - autoDryRun *gui.Node // checkbox for --dry-run - goSrcPwd *gadgets.OneLiner // what is being used as primary directory for your work - gitAuthor *gadgets.OneLiner // ENV GIT_AUTHOR NAME and EMAIL + mainbox *gui.Node // the main box. enable/disable this + autoDryRun *gui.Node // checkbox for --dry-run + goSrcPwd *gadgets.OneLiner // what is being used as primary directory for your work + goSrcEdit *gadgets.BasicEntry // what is being used as primary directory for your work + gitAuthor *gadgets.OneLiner // ENV GIT_AUTHOR NAME and EMAIL // these hold the branches that the user can switch all the repositories to them reposWinB *gui.Node // button that opens the repos window |
