Simplify godoc
This commit is contained in:
parent
5e9da0347c
commit
dccf38cba6
2 changed files with 17 additions and 15 deletions
|
|
@ -231,7 +231,7 @@ func (qs *QuadStore) NameOf(id graph.Value) string {
|
|||
}
|
||||
|
||||
func (qs *QuadStore) QuadsAllIterator() graph.Iterator {
|
||||
return NewMemstoreQuadsAllIterator(qs)
|
||||
return newQuadsAllIterator(qs)
|
||||
}
|
||||
|
||||
func (qs *QuadStore) FixedIterator() graph.FixedIterator {
|
||||
|
|
@ -244,7 +244,7 @@ func (qs *QuadStore) QuadDirection(val graph.Value, d quad.Direction) graph.Valu
|
|||
}
|
||||
|
||||
func (qs *QuadStore) NodesAllIterator() graph.Iterator {
|
||||
return NewMemstoreNodesAllIterator(qs)
|
||||
return newNodesAllIterator(qs)
|
||||
}
|
||||
|
||||
func (qs *QuadStore) Close() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue