package
Version:
v0.0.0-...-31439ab
Opens a new window with list of versions in this module.
Published: Oct 23, 2024
License: GPL-3.0
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 BestReq struct {
Page int `form:"page" json:"page" query:"page"`
Size int `form:"size" json:"size" query:"size"`
EventId string `uri:"eventId"`
Avg bool `form:"avg" json:"avg" query:"avg"`
}
type KinChReq struct {
Page int `form:"page" json:"page" query:"page"`
Size int `form:"size" json:"size" query:"size"`
Events []string `json:"events" query:"events"`
}
type RecordsReq struct {
GroupId string `json:"GroupId"`
EventId string `json:"EventId"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.