From 816760d1372d6d1922a9916f3150e49f3fd562cd Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 5 Dec 2024 12:29:47 -0600 Subject: developing on this now --- structs.go | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 6d2cccc..a0c3a0d 100644 --- a/structs.go +++ b/structs.go @@ -20,10 +20,12 @@ func (b *mainType) Enable() { // this app's variables type mainType struct { - pp *arg.Parser - forge *forgepb.Forge - myGui *gui.Node - packs []*gitpb.Repo + pp *arg.Parser // for parsing the command line args. Yay to alexf lint! + forge *forgepb.Forge // for holding the forge protobuf files + myGui *gui.Node // the gui toolkit handle + found *gitpb.Repos // stores the list of repos to process things on + foundPaths []string // stores gopaths to act on (when doing go-clone) + configSave bool // if the config file should be saved after finishing // our view of the repositories repos *repoWindow -- cgit v1.2.3