Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReqStudentHello ¶ added in v1.1.6
type ReqStudentHello struct {
ID uint64 `form:"id" json:"id" binding:"required"`
}
ReqStudentHello @RippleApi @Uri /student/hello @Method POST
type ReqStudentLearn ¶ added in v1.1.6
type ReqStudentLearn struct {
ID uint64 `form:"id" json:"id" binding:"required"`
}
ReqStudentLearn @RippleApi @Uri /student/learn @Method POST
type ReqTeacherHello ¶ added in v1.1.6
type ReqTeacherHello struct {
ID uint64 `form:"id" json:"id" binding:"required"`
}
ReqTeacherHello @RippleApi @Uri /teacher/hello @Method POST
type ReqTeacherTeach ¶ added in v1.1.6
type ReqTeacherTeach struct {
ID uint64 `form:"id" json:"id" binding:"required"`
}
ReqTeacherTeach @RippleApi @Uri /teacher/teach @Method GET
type RespStudentHello ¶ added in v1.1.6
type RespStudentLearn ¶ added in v1.1.6
type RespStudentLearn struct {
Name string `json:"name"`
}
type RespTeacherHello ¶ added in v1.1.6
type RespTeacherTeach ¶ added in v1.1.6
Click to show internal directories.
Click to hide internal directories.