mirror of https://github.com/loggie-io/docs.git
Update transformer.md (#100)
This commit is contained in:
parent
bcdd34d356
commit
abe2a67da0
|
@ -269,7 +269,7 @@ interceptors:
|
|||
"node": "127.0.0.1",
|
||||
"phase": "running"
|
||||
},
|
||||
status: "127.0.0.1 is running"
|
||||
"status": "127.0.0.1 is running"
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -527,4 +527,4 @@ const (
|
|||
目标字段的值是否和参数regex正则匹配。
|
||||
|
||||
### oneOf(key, value1, value2...)
|
||||
目标字段的值是否是参数值value1...其中之一。
|
||||
目标字段的值是否是参数值value1...其中之一。
|
||||
|
|
Loading…
Reference in New Issue