Files
honoka-chan/model/challenge.go
T
YumeMichi 327b4a222b Code cleanup
Signed-off-by: Yuan Si <do4suki@gmail.com>
2023-04-24 17:50:39 +08:00

10 lines
249 B
Go

package model
// ChallengeInfoResp ...
type ChallengeInfoResp struct {
Result []interface{} `json:"result"`
Status int `json:"status"`
CommandNum bool `json:"commandNum"`
TimeStamp int64 `json:"timeStamp"`
}