moderation.go 86 B

123456
  1. package model_entities
  2. type ModerationResult struct {
  3. Result bool `json:"result"`
  4. }