add config options and graph.Handle
This commit is contained in:
parent
a1e5a53dd5
commit
8821c1968d
3 changed files with 81 additions and 41 deletions
|
|
@ -43,6 +43,11 @@ type Delta struct {
|
|||
Timestamp time.Time
|
||||
}
|
||||
|
||||
type Handle struct {
|
||||
QuadStore TripleStore
|
||||
QuadWriter QuadWriter
|
||||
}
|
||||
|
||||
var ErrQuadExists = errors.New("Quad exists")
|
||||
var ErrQuadNotExist = errors.New("Quad doesn't exist")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue