test-docker / dto /sensitive.go
Kyou0203's picture
init
2173b0f
Raw
History Blame Contribute Delete
139 Bytes
package dto
type SensitiveResponse struct {
SensitiveWords []string `json:"sensitive_words"`
Content string `json:"content"`
}