mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
feat: implement file statistics (resolve #80)
This commit is contained in:
@@ -90,6 +90,9 @@ func typeName(t uint8) string {
|
||||
if t == models.SummaryBranch {
|
||||
return "branch"
|
||||
}
|
||||
if t == models.SummaryEntity {
|
||||
return "entity"
|
||||
}
|
||||
return "unknown"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user