Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GradesRepository ¶
type GradesRepository interface {
GetStudentsGradesInLaboratory(
laboratoryUUID,
rubricUUID string,
) (
[]*dtos.SummarizedStudentGradeDTO, error,
)
SetCriteriaToGrade(dto *dtos.SetCriteriaToGradeDTO) error
SetCommentToGrade(dto *dtos.SetCommentToGradeDTO) error
GetStudentGradeInLaboratoryWithRubric(
dto *dtos.GetStudentGradeInLaboratoryWithRubricDTO,
) (
*dtos.StudentGradeInLaboratoryWithRubricDTO,
error,
)
}
GradesRepository interface to be implemented by the repository
Click to show internal directories.
Click to hide internal directories.