Modified mock iterator for the new interface of ApplyDeltas
This commit is contained in:
parent
a7b1eb74b2
commit
cca6d53623
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ func (qs *store) ValueOf(s string) graph.Value {
|
|||
return nil
|
||||
}
|
||||
|
||||
func (qs *store) ApplyDeltas([]graph.Delta) error { return nil }
|
||||
func (qs *store) ApplyDeltas([]graph.Delta, bool, bool) error { return nil }
|
||||
|
||||
func (qs *store) Quad(graph.Value) quad.Quad { return quad.Quad{} }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue