feature: add webhook AttentionIds (#2370)

This commit is contained in:
printlin
2024-06-27 18:10:06 +08:00
committed by GitHub
parent e6f1232582
commit 118c5f56f3
3 changed files with 11 additions and 2 deletions
+3 -2
View File
@@ -339,8 +339,9 @@ type BeforeConfig struct {
}
type AfterConfig struct {
Enable bool `mapstructure:"enable"`
Timeout int `mapstructure:"timeout"`
Enable bool `mapstructure:"enable"`
Timeout int `mapstructure:"timeout"`
AttentionIds []string `mapstructure:"attentionIds"`
}
type Share struct {