Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Security ¶
type Security struct {
// contains filtered or unexported fields
}
Security 内容安全
func NewSecurity ¶ added in v0.1.2
func NewSecurity(account contracts.AccountInterface) *Security
type TextResult ¶
type TextResult struct {
TraceId string `json:"trace_id"`
Result Result `json:"result"`
Detail []Detail `json:"detail"`
}
TextResult 文字审查结果
Click to show internal directories.
Click to hide internal directories.