tokenFactory/dto/sensitive.go

7 lines
139 B
Go

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