Apply .gitignore rules
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package contextcheckMgr
|
||||
|
||||
type ResultModel struct {
|
||||
Code int `json:"code"`
|
||||
Msg string `json:"msg"`
|
||||
Result ResultDetail `json:"result"`
|
||||
}
|
||||
|
||||
type ResultDetail struct {
|
||||
TaskId string `json:"taskId"`
|
||||
Action int `json:"action"`
|
||||
CensorType int `json:"censorType"`
|
||||
}
|
||||
Reference in New Issue
Block a user