+ moved infra/sync-cfg to infra/sync-consumer-cfg + adjut anything related to old infra/sync + infra/sync is now have new setting for the sync
10 lines
205 B
Go
10 lines
205 B
Go
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"`
|
|
}
|