Skip to main content Link Search Menu Expand Document (external link)

admin.HR.go

This file contains handler functions to add,get and delete requests for company HRs.

function getAllHRHandler

returns an array containing details of all HRs of a requested company.

function deleteHRHandler

deletes HR with the requested HR id from the database.

function addHRHandler

handles post request to add HR with requested information in the database.


Table of contents