http

package
v0.0.0-...-9442cf9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterRoutes

func RegisterRoutes(r *gin.Engine)

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL