package
0.0.0-20250119121529-bf76de8e4038
Repository: https://github.com/bettergr/students-microservice.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
StudentsService_ServiceDesc is the grpc.ServiceDesc for StudentsService service.

# Structs

Message representing a course.
Request message for creating a new student.
Response message for the result of creating a new student.
Request message for deleting a student from the system.
Response message after deleting a student (no data is returned).
Request message for fetching the list of courses a student is enrolled in.
Response message containing a list of courses a student is enrolled in, in a given semester.
Request message for fetching the list of grades a student has received.
Response message containing a list of grades for the student, in a given course and semester.
Request message for getting a student.
Response message containing the student.
Message representing a student's grade for a particular course and semester.
Message representing a student with personal details.
UnimplementedStudentsServiceServer must be embedded to have forward compatible implementations.
Request message for updating an existing student.
Response message containing the updated student details.

# Interfaces

StudentsServiceClient is the client API for StudentsService service.
StudentsServiceServer is the server API for StudentsService service.
UnsafeStudentsServiceServer may be embedded to opt out of forward compatibility for this service.