Files
honoka-chan/model/challenge.go
T
2023-06-20 09:08:42 +08:00

10 lines
217 B
Go

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