rename to repolist.RepoRow
This commit is contained in:
parent
e0bda97e5f
commit
9ddddd8ceb
|
@ -6,7 +6,7 @@ import (
|
||||||
"go.wit.com/log"
|
"go.wit.com/log"
|
||||||
)
|
)
|
||||||
|
|
||||||
func hideFunction(r *repolist.Repo) {
|
func hideFunction(r *repolist.RepoRow) {
|
||||||
if r.Status.IsDirty() {
|
if r.Status.IsDirty() {
|
||||||
r.Show()
|
r.Show()
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue