diff options
| author | Jeff Carr <[email protected]> | 2024-11-28 21:03:23 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-28 21:03:23 -0600 |
| commit | 8893af7740e7fa27fc5040242a4f805ea6aa163d (patch) | |
| tree | a3526dda78b87374441984618da1261e717ba209 /common.go | |
| parent | 931e345895e99e9cb058029763e12562cc6d5fba (diff) | |
testGui example seems to work
Diffstat (limited to 'common.go')
| -rw-r--r-- | common.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -99,6 +99,10 @@ func (r *RepoRow) IsDirty() bool { return r.Status.IsDirty() } +func (r *RepoRow) RepoType() string { + return r.pb.RepoType() +} + func (r *RepoRow) ReadOnly() bool { if r == nil { log.Warn("ReadOnly() repo == nil") |
