Documentation ¶
Index ¶
Constants ¶
View Source
const ( MIME = "application/json" ResultBlock = "block" ResultPass = "pass" ResultReview = "review" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClientInfo ¶
type ClientInfo struct { }
type ImageScanReq ¶
type ImageScanReq struct { BizType string `json:"bizType,omitempty"` Scenes []string `json:"scenes"` Tasks []ImageScanTask `json:"tasks"` }
type ImageScanResult ¶
type ImageScanRsp ¶
type ImageScanRsp struct { Code int `json:"code"` Msg string `json:"msg"` RequestId string `json:"requestId"` //nolint Data []ImageScanResult `json:"data"` }
type ImageScanTask ¶
Click to show internal directories.
Click to hide internal directories.