Other(refactor): Use normal value + mutex for user.apiLabels

This commit is contained in:
James Houlahan
2022-10-27 00:28:44 +02:00
parent 0bc99dbd4f
commit cab5ee6752
7 changed files with 230 additions and 99 deletions

View File

@ -59,30 +59,6 @@ type UserChanged struct {
UserID string
}
type UserAddressCreated struct {
eventBase
UserID string
AddressID string
Email string
}
type UserAddressUpdated struct {
eventBase
UserID string
AddressID string
Email string
}
type UserAddressDeleted struct {
eventBase
UserID string
AddressID string
Email string
}
type AddressModeChanged struct {
eventBase