Versions in this module Expand all Collapse all v1 v1.7.2 Sep 2, 2021 Changes in this version + var Store storage.Storage + type DataVerifier struct + func NewDataVerifier(hashAlgorithm string, publicKey string, signature string) *DataVerifier + func (dataVerifier *DataVerifier) RemoveTempData(orgID string, objectType string, objectID string, destinationDataURI string) common.SyncServiceError + func (dataVerifier *DataVerifier) StoreVerifiedData(orgID string, objectType string, objectID string, destinationDataURI string) common.SyncServiceError + func (dataVerifier *DataVerifier) VerifyDataSignature(data io.Reader, orgID string, objectType string, objectID string, ...) (bool, common.SyncServiceError)