single writer
This commit is contained in:
parent
7a8d4194bd
commit
e13e65d09b
3 changed files with 36 additions and 3 deletions
|
|
@ -38,7 +38,7 @@ type Transaction struct {
|
|||
ID int64
|
||||
Triple *Triple
|
||||
Action Procedure
|
||||
Timestamp *time.Time
|
||||
Timestamp time.Time
|
||||
}
|
||||
|
||||
type TripleWriter interface {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue