Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProfileService ¶
type ProfileService interface {
UpdateProfile(req models.UpdateProfileRequest, userId string) (gin.H, int, error)
}
func NewProfileService ¶
func NewProfileService(db *gorm.DB) ProfileService
Click to show internal directories.
Click to hide internal directories.