diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 23:18:18 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 23:18:18 -0600 |
| commit | eb72a685c487625908b159a47490d71863988033 (patch) | |
| tree | bf8edb5b0b3da6dcb2992d1f9e7879859cf9e013 /common.go | |
| parent | 57cbde285b380d9146b3ee46116e5fa90f292444 (diff) | |
move things to gitpbv0.22.17
Diffstat (limited to 'common.go')
| -rw-r--r-- | common.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,10 @@ func (r *RepoList) Hide() { r.reposbox.Hide() } +func (r *RepoRow) IsProtobuf() (bool, []string, error) { + return r.pb.IsProtobuf() +} + // better name: use this // matches by path or by name func (r *RepoList) FindByName(name string) *RepoRow { |
