upstream sync
This commit is contained in:
@@ -27,6 +27,8 @@ type UserRepo interface {
|
||||
GetAddressByUUID(addressUUID string) (entity.Address, error)
|
||||
GetContactType() (retVal []entity.ContactType, err error)
|
||||
RemoveAddress(addressUUID string) error
|
||||
SaveContact(contact entity.ContactInfo) (entity.ContactInfo, error)
|
||||
RemoveContact(contact entity.ContactInfo) (entity.ContactInfo, error)
|
||||
}
|
||||
|
||||
// RideRepo defines the data set for Rides
|
||||
|
||||
Reference in New Issue
Block a user