Changed the ApplyDeltas signature
This commit is contained in:
parent
50c3e5f93c
commit
472d86223e
8 changed files with 26 additions and 21 deletions
|
|
@ -49,6 +49,10 @@ type Handle struct {
|
|||
QuadWriter QuadWriter
|
||||
}
|
||||
|
||||
type IgnoreOpts struct {
|
||||
IgnoreDup, IgnoreMissing bool
|
||||
}
|
||||
|
||||
func (h *Handle) Close() {
|
||||
h.QuadStore.Close()
|
||||
h.QuadWriter.Close()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue