package
0.0.0-20210626040940-fb8280903ccc
Repository: https://github.com/luiscusihuaman/go-hexagonal-http-api.git
Documentation: pkg.go.dev

# 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.