Documentation ¶
Index ¶
- func AddProfile(jwtToken string, reqBody request.ProfileReqBody) (response.Profile, error)
- func GetMyProfile(jwtToken string) (response.Profile, error)
- func GetProfileByEmail(jwtToken string, profileEmail string) (response.Profile, error)
- func GetProfileById(jwtToken string, profileId string) (response.Profile, error)
- func UpdateProfile(jwtToken string, reqBody request.ProfileReqBody, profileId string) (response.Profile, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddProfile ¶
func GetProfileByEmail ¶
func GetProfileById ¶
func UpdateProfile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.