# Functions
NewCourseCommand creates a new CourseCommand.
No description provided by the author
NewCourseService returns the default Service interface implementation.
# Constants
No description provided by the author
# Structs
CourseCommand is the command dispatched to create a new course.
CourseCommandHandler is the command handler responsible for creating courses.
CourseService is the default CourseService interface implementation returned by creating.NewCourseService.