Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OfferStatus ¶
type PersonalDetails ¶
type PersonalDetails struct {
PersonalDetailsId int `json:"personalDetailsId"`
CandidateId int `json:"candidateId"`
PhoneNumber string `json:"phonenumber"`
CurrentCity string `json:"currentCity"`
CurrentCountry string `json:"currentCountry"`
Socials Socials `json:"socials"`
CandidateSkills []string `json:"skills"`
CandidateInterests []string `json:"interests"`
EducationDetails models.EducationDetails `json:"educationDetails"`
}
type Resume ¶
type Resume struct {
ResumeId int `json:"resumeId"`
CandidateId int `json:"candidateId"`
Name string `json:"candidateName"`
Dob time.Time `json:"dateofbirth"`
WorkEx Workex `json:"WorkEx"`
PersonalDetails PersonalDetails `json:"personalDetails"`
ResumeStatus bool `json:"resumeAccepted"` // Resume status can be accepted or rejected
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.