package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Aug 31, 2021
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
为每个男生和女生匹配交流对象
每个男生匹配一个没有交流过的女生
每个女生匹配一个没有交流过的男生
每天每个人只匹配一个对象
type Candidate struct {
Email string `form:"email" json:"email" binding:"required"`
Gender models.Gender `form:"gender" json:"gender" binding:"required"`
Age int64 `form:"age" json:"age" binding:"required"`
}
type PushStatus struct {
Email string `form:"email" json:"email" binding:"required"`
Status int64 `form:"status" json:"status" binding:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.