admin.student.go
This file contains handler functions to get student details requested on admin side.
function getStudentByIDHandler
returns the details of student requested by passing the student id in query paramters.
function getAllStudentsHandler
returns an array containing details of all students present in the master DB.