mirror of
https://github.com/foomo/sesamy-go.git
synced 2025-10-16 12:35:43 +00:00
refactor: use single
This commit is contained in:
parent
12c8d87600
commit
79e6f67409
@ -2,7 +2,7 @@ package mpv2
|
|||||||
|
|
||||||
// UserData https://developers.google.com/analytics/devguides/collection/ga4/uid-data
|
// UserData https://developers.google.com/analytics/devguides/collection/ga4/uid-data
|
||||||
type UserData struct {
|
type UserData struct {
|
||||||
SHA256EmailAddress []SHA256Hash `json:"sha256_email_address,omitempty"`
|
SHA256EmailAddress SHA256Hash `json:"sha256_email_address,omitempty"`
|
||||||
SHA256PhoneNumber []SHA256Hash `json:"sha256_phone_number,omitempty"`
|
SHA256PhoneNumber SHA256Hash `json:"sha256_phone_number,omitempty"`
|
||||||
Address []UserDataAddress `json:"address,omitempty"`
|
Address UserDataAddress `json:"address,omitempty"`
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user