Refactored cli sync commands, added sync service, mapper, processer, refactored channels
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user