mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-17 16:06:38 +08:00
7 lines
139 B
Go
7 lines
139 B
Go
package dto
|
|
|
|
type SensitiveResponse struct {
|
|
SensitiveWords []string `json:"sensitive_words"`
|
|
Content string `json:"content"`
|
|
}
|