query

package
v0.0.0-...-4b23463 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 17, 2021 License: MIT Imports: 4 Imported by: 0

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

type AllTasksHandler

type AllTasksHandler struct {
	// contains filtered or unexported fields
}

func NewAllTasksHandler

func NewAllTasksHandler(readModel allTasksReadModel) AllTasksHandler

func (AllTasksHandler) Handle

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

type SpecificTaskHandler

type SpecificTaskHandler struct {
	// contains filtered or unexported fields
}

func NewSpecificTaskHandler

func NewSpecificTaskHandler(readModel specificTaskReadModel) SpecificTaskHandler

func (SpecificTaskHandler) Handle

type TasksFilterParams

type TasksFilterParams struct {
	Type course.TaskType
	Text string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL