Files
compute-engine/relaykit/dto/sensitive.go
T

7 lines
139 B
Go
Raw Normal View History

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