Skip to content

Commit 30a36cc

Browse files
authored
Merge pull request #1086 from ioito/hotfix/qx-enum
fix: update enum doc
2 parents 8733075 + 3fdd48b commit 30a36cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cloudprovider/waf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ type SWafStatement struct {
159159
// 是否取反操作, 仅对Azure生效
160160
Negation bool `nullable:"false" list:"user"`
161161
// 操作类型
162-
// enum: EQ, NE, LE, LT, GE, GT
162+
// enum: ["EQ", "NE", "LE", "LT", "GE", "GT"]
163163
Operator TWafOperator `width:"20" charset:"ascii" nullable:"false" list:"user"`
164164
// 匹配字段
165165
// enmu: Body, JsonBody, Query, Method, Header, UriPath, PostArgs, Cookie

0 commit comments

Comments
 (0)