Files
honoka-chan/model/marathon.go
T
2023-06-20 09:08:42 +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"`
}