single writer

This commit is contained in:
Barak Michener 2014-07-27 15:39:45 -04:00
parent 7a8d4194bd
commit e13e65d09b
3 changed files with 36 additions and 3 deletions

View file

@ -38,7 +38,7 @@ type Transaction struct {
ID int64
Triple *Triple
Action Procedure
Timestamp *time.Time
Timestamp time.Time
}
type TripleWriter interface {