Refactoring of Delta.IDs & horizon functionality with a PrimaryKey type, needed for implementing UUID based primary keys for backends such as the appengine datastore \n Tests: at top level and if available per backend, if not then just visual
This commit is contained in:
parent
26ceed35cc
commit
abda6cbbb0
11 changed files with 135 additions and 44 deletions
|
|
@ -37,7 +37,7 @@ const (
|
|||
)
|
||||
|
||||
type Delta struct {
|
||||
ID int64
|
||||
ID PrimaryKey
|
||||
Quad quad.Quad
|
||||
Action Procedure
|
||||
Timestamp time.Time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue