Files
proj-xinjiang-ct/xiangj-adapter/internal/model/response.go

7 lines
100 B
Go
Raw Normal View History

2026-01-13 17:55:36 +08:00
package model
type APIResponse struct {
Data any `json:"data"`
Error string `json:"error"`
}