From e0fba129e01e138ecf106733012ed4e24f36a904 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 10 Jan 2024 00:15:27 -0600 Subject: handle 'any' Signed-off-by: Jeff Carr --- structs.go | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index e9c79bb..22915e8 100644 --- a/structs.go +++ b/structs.go @@ -36,6 +36,15 @@ type RepoStatus struct { develMerge *gui.Node releaseVersion *gui.Node + vgroup *gui.Node + minor *gadgets.BasicCombobox + major *gadgets.BasicCombobox + revision *gadgets.BasicCombobox + + a int + b int + c int + speed *gadgets.OneLiner speedActual *gadgets.OneLiner } -- cgit v1.2.3