package
0.0.0-20230317091409-0327eda86946
Repository: https://github.com/burakkarasel/sms-task.git
Documentation: pkg.go.dev

# Functions

CreateGenericResponse creates a new instance of GenericResponse.

# Structs

Class holds class entity.
ClassStudentsResponse holds the students of a class.
CreateClassApiParams holds the data of required fields in the request.
CreateClassParams holds the fields that required to execute the DB function.
CreateStudentApiParams holds the data of required fields in the request.
CreateStudentClassApiParams holds the data of required fields in the request.
CreateStudentClassParams holds the fields that required to execute the DB function.
CreateStudentParams holds the fields that required to execute the DB function.
DeleteClassApiParam holds the ID of the student.
DeleteOneClassParam holds the fields that required to execute the DB function.
DeleteOneStudentClassApiParams holds the data of required fields in the request.
DeleteOneStudentClassParam holds the fields that required to execute the DB function.
DeleteOneStudentParam holds the fields that required to execute the DB function.
DeleteStudentApiParam holds the ID of the student.
GenericResponse holds the data that returned from a controller.
GetOneClassApiParam holds the ID of the student.
GetOneClassParam holds the fields that required to execute the DB function.
GetOneStudentApiParam holds the ID of the student.
GetOneStudentClassApiParams holds the data of required fields in the request.
GetOneStudentClassParam holds the fields that required to execute the DB function.
GetOneStudentParam holds the fields that required to execute the DB function.
ListClassesApiParams holds the data of required fields in the request.
ListClassesOfStudentParams holds the fields that required to execute the DB function.
ListClassesParams holds the fields that required to execute the DB function.
ListStudentClassesApiParams holds the data of required fields in the request.
ListStudentsApiParams holds the data of required fields in the request.
ListStudentsOfClassParams holds the fields that required to execute the DB function.
ListStudentsParams holds the fields that required to execute the DB function.
Student struct holds student entity.
StudentClassResponse holds student and his/her class.
StudentsClassesResponse holds the classes of a student.
UpdateClassApiBodyParams holds the data of required fields in the request.
UpdateClassApiUriParam holds the ID of the student.
UpdateClassParams holds the fields that required to execute the DB function.
UpdateStudentApiBodyParams holds the data of required fields in the request.
UpdateStudentApiUriParam holds the ID of the student.
UpdateStudentParams holds the fields that required to execute the DB function.