init repo
This commit is contained in:
13
internal/model/formula/response.go
Normal file
13
internal/model/formula/response.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package formula
|
||||
|
||||
type CreateTaskResponse struct {
|
||||
TaskNo string `json:"task_no"`
|
||||
Status int `json:"status"`
|
||||
}
|
||||
|
||||
type GetFormulaTaskResponse struct {
|
||||
TaskNo string `json:"task_no"`
|
||||
Status int `json:"status"`
|
||||
Count int `json:"count"`
|
||||
Latex string `json:"latex"`
|
||||
}
|
||||
Reference in New Issue
Block a user