Files
honoka-chan/internal/model/challenge.go
T
2025-08-05 20:06:35 +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"`
}