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