Update wasm.pb.go (#430)

This commit is contained in:
co63oc
2023-07-14 13:39:28 +08:00
committed by GitHub
parent 6e1dd5bbc8
commit 90b7f209e2
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ message WasmPlugin {
google.protobuf.Struct default_config = 101;
// Extended by Higress, matching rules take effect
repeated MatchRule match_rules = 102;
// diable the default config
// disable the default config
bool default_config_disable = 103;
}