選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

7 行
139 B

  1. package dto
  2. type SensitiveResponse struct {
  3. SensitiveWords []string `json:"sensitive_words"`
  4. Content string `json:"content"`
  5. }