Files
honoka-chan/internal/model/marathon.go
T
2025-08-05 20:06:35 +08:00

10 lines
215 B
Go

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