Skip to content

Commit 3fdd48b

Browse files
committed
fix: update enum doc
1 parent 8733075 commit 3fdd48b

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)