Refactored cli sync commands, added sync service, mapper, processer, refactored channels

This commit is contained in:
Peter Grlica
2020-12-13 18:53:19 +01:00
parent 104ae577cb
commit b4a9c9d36a
18 changed files with 463 additions and 289 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
type (
ExposedRecord struct {
ID uint64 `json:"recordID,string"`
Values []*types.RecordValue `json:"values"`
Values types.RecordValueSet `json:"values"`
CreatedAt time.Time `json:"createdAt,omitempty"`
UpdatedAt *time.Time `json:"updatedAt,omitempty"`