Changed the ApplyDeltas signature
This commit is contained in:
parent
50c3e5f93c
commit
472d86223e
8 changed files with 26 additions and 21 deletions
|
|
@ -44,7 +44,7 @@ type Value interface{}
|
|||
type QuadStore interface {
|
||||
// The only way in is through building a transaction, which
|
||||
// is done by a replication strategy.
|
||||
ApplyDeltas([]Delta, bool, bool) error
|
||||
ApplyDeltas([]Delta, IgnoreOpts) error
|
||||
|
||||
// Given an opaque token, returns the quad for that token from the store.
|
||||
Quad(Value) quad.Quad
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue