Documentation ¶
Index ¶
- func AddCourseType(jwtToken string, reqBody request.CourseTypeReqBody) (response.CourseType, error)
- func DeleteCourseType(jwtToken string, courseTypeId string) error
- func GetCourseTypes(jwtToken string, includeCounts bool) ([]response.CourseType, error)
- func GetCoursesUsingCourseType(jwtToken string, courseTypeId string) ([]response.Course, error)
- func UpdateCourseType(jwtToken string, reqBody request.CourseTypeReqBody, courseTypeId string) (response.CourseType, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCourseType ¶
func AddCourseType(jwtToken string, reqBody request.CourseTypeReqBody) (response.CourseType, error)
func DeleteCourseType ¶
func GetCourseTypes ¶
func GetCourseTypes(jwtToken string, includeCounts bool) ([]response.CourseType, error)
func UpdateCourseType ¶
func UpdateCourseType(jwtToken string, reqBody request.CourseTypeReqBody, courseTypeId string) (response.CourseType, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.