dto

package
v1.2.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 27, 2023 License: MIT Imports: 0 Imported by: 0

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 RespStudentHello struct {
	ID    uint64 `json:"id"`
	Extra string `json:"extra"`
}

type RespStudentLearn added in v1.1.6

type RespStudentLearn struct {
	Name string `json:"name"`
}

type RespTeacherHello added in v1.1.6

type RespTeacherHello struct {
	ID    uint64 `json:"id"`
	Extra string `json:"extra"`
}

type RespTeacherTeach added in v1.1.6

type RespTeacherTeach struct {
	ID   uint64 `json:"id"`
	Name string `json:"name"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL