File size: 139 Bytes
4674012
 
 
 
 
 
1
2
3
4
5
6
7
package dto

type SensitiveResponse struct {
	SensitiveWords []string `json:"sensitive_words"`
	Content        string   `json:"content"`
}