Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllCoursesHandler ¶
type AllCoursesHandler struct {
// contains filtered or unexported fields
}
func NewAllCoursesHandler ¶
func NewAllCoursesHandler(readModel allCoursesReadModel) AllCoursesHandler
func (AllCoursesHandler) Handle ¶
func (h AllCoursesHandler) Handle(ctx context.Context, qry app.AllCoursesQuery) ([]app.CommonCourse, error)
type AllTasksHandler ¶
type AllTasksHandler struct {
// contains filtered or unexported fields
}
func NewAllTasksHandler ¶
func NewAllTasksHandler(readModel allTasksReadModel) AllTasksHandler
func (AllTasksHandler) Handle ¶
func (h AllTasksHandler) Handle(ctx context.Context, qry app.AllTasksQuery) ([]app.GeneralTask, error)
type CoursesFilterParams ¶
type CoursesFilterParams struct {
Title string
}
type SpecificCourseHandler ¶
type SpecificCourseHandler struct {
// contains filtered or unexported fields
}
func NewSpecificCourseHandler ¶
func NewSpecificCourseHandler(readModel specificCourseReadModel) SpecificCourseHandler
func (SpecificCourseHandler) Handle ¶
func (h SpecificCourseHandler) Handle(ctx context.Context, qry app.SpecificCourseQuery) (app.CommonCourse, error)
type SpecificTaskHandler ¶
type SpecificTaskHandler struct {
// contains filtered or unexported fields
}
func NewSpecificTaskHandler ¶
func NewSpecificTaskHandler(readModel specificTaskReadModel) SpecificTaskHandler
func (SpecificTaskHandler) Handle ¶
func (h SpecificTaskHandler) Handle(ctx context.Context, qry app.SpecificTaskQuery) (app.SpecificTask, error)
type TasksFilterParams ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.