package
Version:
v0.0.0-...-83adff0
Opens a new window with list of versions in this module.
Published: Jul 6, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AddStaffReq struct {
StaffMid int64 `form:"staff_mid"`
Aid int64 `form:"aid"`
}
AddStaffReq .
type EmptyReply struct {
}
EmptyReply .
type WarmUpReply struct {
LastID int `json:"last_id"`
}
WarmUpReply .
type WarmUpReq struct {
Mid int64 `form:"mid"`
LastID int `form:"last_id"`
Size int `form:"size"`
}
WarmUpReq warm up
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.