mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-28 04:46:42 -04:00
Return sync lists using custom type
This commit is contained in:
@@ -27,7 +27,7 @@ func GetRemoteDataFromServer(clientDeviceID string) {
|
||||
}
|
||||
|
||||
// form response
|
||||
var fetchResp synccommon.FetchResp
|
||||
var fetchResp synccommon.FetchRespT
|
||||
//// server time
|
||||
fetchResp.ServerTime = time.Now().Unix()
|
||||
//// deletions
|
||||
|
||||
Reference in New Issue
Block a user