Reduce TripleStore interface names
This commit is contained in:
parent
8576f66d20
commit
b89d4f392c
29 changed files with 156 additions and 156 deletions
|
|
@ -27,7 +27,7 @@ func (q *Query) treeifyResult(tags map[string]graph.TSVal) map[ResultPath]string
|
|||
if v == nil {
|
||||
continue
|
||||
}
|
||||
results[Path(k)] = q.ses.ts.GetNameFor(v)
|
||||
results[Path(k)] = q.ses.ts.NameOf(v)
|
||||
}
|
||||
resultPaths := make(map[ResultPath]string)
|
||||
for k, v := range results {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue