Enumerate iterator types
This commit is contained in:
parent
1f67913ed9
commit
cd46452b63
23 changed files with 145 additions and 68 deletions
|
|
@ -281,4 +281,4 @@ func (it *Or) Stats() graph.IteratorStats {
|
|||
}
|
||||
|
||||
// Register this as an "or" graph.iterator.
|
||||
func (it *Or) Type() string { return "or" }
|
||||
func (it *Or) Type() graph.Type { return graph.Or }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue