package authentication type SyncKey struct{} type CredentialDto struct { Source string `json:"X-Sync-Source"` SecretKey string `json:"X-Sync-SecretKey"` UserName string `json:"X-Sync-UserName"` }