Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterRoutes ¶
Types ¶
type UserProfileApiMapper ¶
type UserProfileApiMapper interface { ToNotificationSettingDTOs([]entities.NotificationSetting) api.NotificationSettings ToNotificationSettingDTO(*entities.NotificationSetting) *api.NotificationSetting ToGeneralProfile(*entities.UserProfile) *api.GeneralProfile ToUpdateProfileDomain(*api.UpdateProfile) *entities.UpdateProfile ToNotificationTypeDTOs([]entities.NotificationType) api.NotificationTypes ToNotificationTypeItem(*entities.NotificationType) *api.NotificationTypeItem }
func NewUserProfileApiMapper ¶
func NewUserProfileApiMapper() UserProfileApiMapper
Click to show internal directories.
Click to hide internal directories.