Changed the ApplyDeltas signature
This commit is contained in:
parent
50c3e5f93c
commit
472d86223e
8 changed files with 26 additions and 21 deletions
|
|
@ -35,7 +35,7 @@ func (qs *store) ValueOf(s string) graph.Value {
|
|||
return nil
|
||||
}
|
||||
|
||||
func (qs *store) ApplyDeltas([]graph.Delta, bool, bool) error { return nil }
|
||||
func (qs *store) ApplyDeltas([]graph.Delta, graph.IgnoreOpts) 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