From 6169b19c709f504dfc13f197c636d64b7dd57bfb Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 24 Dec 2024 04:47:58 -0600 Subject: initial something --- structs.go | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 structs.go (limited to 'structs.go') diff --git a/structs.go b/structs.go new file mode 100644 index 0000000..7ab78ee --- /dev/null +++ b/structs.go @@ -0,0 +1,24 @@ +package main + +import ( + "go.wit.com/gui" + "go.wit.com/lib/protobuf/forgepb" +) + +var me *autoType + +// this app's variables +type autoType struct { + // allrepos map[string]*repo + myGui *gui.Node + + // the window from the /lib/gui/gowit package + // lw *gadgets.BasicWindow + + // our view of the repositories + // repos *repoWindow + // repoList *repolist.RepoList + + // your customized repo preferences and settings + forge *forgepb.Forge +} -- cgit v1.2.3