renamed GetType() to Type(), fixed iterator tests
This commit is contained in:
parent
4bafc22f43
commit
d545fc4b44
7 changed files with 9 additions and 7 deletions
|
|
@ -273,6 +273,6 @@ func (qs *QuadStore) NodesAllIterator() graph.Iterator {
|
|||
|
||||
func (qs *QuadStore) Close() {}
|
||||
|
||||
func (qs *QuadStore) GetType() string {
|
||||
func (qs *QuadStore) Type() string {
|
||||
return QuadStoreType
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue