diff options
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 { |
