Documentation
¶
Index ¶
Constants ¶
View Source
const CourseQueryType query.Type = "query.searching.courses"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CourseQuery ¶
type CourseQuery struct { }
func NewCourseQuery ¶
func NewCourseQuery() CourseQuery
func (CourseQuery) Type ¶
func (receiver CourseQuery) Type() query.Type
type CourseQueryHandler ¶
type CourseQueryHandler struct {
// contains filtered or unexported fields
}
func NewCourseQueryHandler ¶
func NewCourseQueryHandler(service CourseService) CourseQueryHandler
type CourseService ¶
type CourseService struct {
// contains filtered or unexported fields
}
func NewCourseService ¶
func NewCourseService(repository domain.CourseRepository) CourseService
Click to show internal directories.
Click to hide internal directories.