diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,7 @@ import ( "go.wit.com/gui" "go.wit.com/lib/gui/repostatus" "go.wit.com/lib/protobuf/forgepb" + "go.wit.com/lib/protobuf/gitpb" ) var me *RepoList @@ -53,6 +54,7 @@ type RepoRow struct { lasttagrev string // lasttag string giturl string + pb *gitpb.Repo pLabel *gui.Node // path label |
