diff options
| author | Jeff Carr <[email protected]> | 2024-01-16 04:46:17 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-16 04:46:17 -0600 |
| commit | 3b14d5a1248e8398bd81508771132698dd86acaf (patch) | |
| tree | f07bb020bff1a9a8c0effbbd1c01b15371546abe /structs.go | |
| parent | 6b8e51a7421dd42a34813af7b9933ee6a97003d5 (diff) | |
code reorg. add more buttons to dream about
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -13,8 +13,19 @@ var reposwin *gadgets.BasicWindow var reposbox *gui.Node var reposgrid *gui.Node var reposgroup *gui.Node + +var me repoType + +type repoType struct { + script [][]string + toMoveToBranch string // what the current working branch name is + + mainBranch *gadgets.BasicCombobox + develBranch *gadgets.BasicCombobox + userBranch *gadgets.BasicCombobox +} + var cmds *gui.Node -var script [][]string var doit *gui.Node var dryrun *gui.Node |
