Documentation
¶
Overview ¶
Package grading contains the module associated with the Grading domain. The grading module is responsible for managing the lifecycle of exams throughout the test-taking process.
The Grading module adopts a ports and adapters architecture pattern.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GradingModule ¶
func NewModule ¶
func NewModule( pgconn *pgxpool.Pool, pubSub *eeventdriven.BasePgsqlPubSubProcessor, examLibraryUseCase usecase.IExamLibraryUseCase, ) (*GradingModule, error)
NewModule - Initializes the Grading module with its needed dependencies.
Click to show internal directories.
Click to hide internal directories.