diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 } |
