package
0.0.0-20240926174054-02c971e2dfb0
Repository: https://github.com/joshsoftware/profile_builder_backend_go.git
Documentation: pkg.go.dev

# Functions

CreateAchievementHandler handles HTTP requests to add achievements details to a user profile.
CreateCertificateHandler handles HTTP requests to add certificates details to a user profile.
CreateEducationHandler handles HTTP requests to add education details to a user profile.
CreateExperienceHandler handles HTTP requests to add experience details to a user profile.
CreateProfileHandler handles HTTP requests to create a new user profile.
CreateProjectHandler handles HTTP requests to add project details to a user profile.
DeleteAchievementHandler returns an HTTP handler that deletes particular achievement using profileSvc.
DeleteCertificatesHandler returns an HTTP handler that deletes certificates using profileSvc.
DeleteEducationHandler returns an HTTP handler that deletes education using profileSvc.
DeleteExperienceHandler returns an HTTP handler that deletes experience using profileSvc.
DeleteProfileHandler returns an HTTP handler that deletes profile using profileSvc.
DeleteProjectHandler returns an HTTP handler that updates projects using profileSvc.
GetProfileHandler returns an HTTP handler that fetches particular profile using profileSvc.
ListAchievementsHandler returns an HTTP handler that particular achievements using profileSvc.
ListCertificatesHandler handles HTTP requests to get certificates details of a user profile.
ListEducationHandler returns an HTTP handler that particular education using profileSvc.
ListExperienceHandler returns an HTTP handler that particular experiences using profileSvc.
ListProjectHandler returns an HTTP handler that particular projects using profileSvc.
Login returns an HTTP handler that login using profileSvc.
Logout returns an HTTP handler that logout using profileSvc.
ProfileListHandler returns an HTTP handler that lists profiles using profileSvc.
SendAdminInvitation sends an invitation to the admin.
SendUserInvitation sends an invitation to the user.
SkillsListHandler returns an HTTP handler that lists skills using profileSvc.
UpdateAchievementHandler returns an HTTP handler that updates achievement using profileSvc.
UpdateCertificateHandler returns an HTTP handler that updates certificates using profileSvc.
UpdateEducationHandler returns an HTTP handler that updates education using profileSvc.
UpdateExperienceHandler returns an HTTP handler that updates experience using profileSvc.
UpdateProfileHandler returns an HTTP handler that updates profile using profileSvc.
UpdateProfileStatusHandler returns an HTTP handler that updates profile status using profileSvc.
UpdateProjectHandler returns an HTTP handler that updates projects using profileSvc.
UpdateSequenceHandler returns an HTTP handler that updates component sequences using profileSvc.