warn.go 58 B

12345
  1. package config
  2. type Warn struct {
  3. WebhookURL []string
  4. }