Study/server/api/v1/learning/enter.go

13 lines
155 B
Go

package learning
type ApiGroup struct {
CourseApi
ChapterApi
KnowledgePointApi
QuestionApi
UserLearningApi
WrongQuestionApi
ExamApi
UserExamApi
}