Skip to content

Commit 9831d5d

Browse files
committed
NLB-7196: Update R36 Directives.
1 parent 8aceeda commit 9831d5d

10 files changed

+2968
-7
lines changed

analyze.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ package crossplane
4949
// For mgmt directives, we create a ngxMgmtMainConf as the context, which is not included in the source code.
5050
// For the "if" directive, we create a bitmask ngxConfExpr in crossplane, which is not included in the source code.
5151
//go:generate sh -c "sh ./scripts/generate/generate.sh --url $NPLUS_URL --config-path ./scripts/generate/configs/nplus_latest_config.json --branch $NPLUS_BRANCH --path ./src > ./analyze_nplus_latest_directives.gen.go"
52-
//go:generate sh -c "sh ./scripts/generate/generate.sh --url $NPLUS_URL --config-path ./scripts/generate/configs/nplus_R33_config.json --branch $NPLUS_BRANCH --path ./src > analyze_nplus_R33_directives.gen.go"
53-
//go:generate sh -c "sh ./scripts/generate/generate.sh --url $NPLUS_URL --config-path ./scripts/generate/configs/nplus_R34_config.json --branch $NPLUS_BRANCH --path ./src > analyze_nplus_R34_directives.gen.go"
52+
//go:generate sh -c "sh ./scripts/generate/generate.sh --url $NPLUS_URL --config-path ./scripts/generate/configs/nplus_R36_config.json --branch $NPLUS_BRANCH --path ./src > analyze_nplus_R36_directives.gen.go"
5453

5554
import (
5655
"fmt"

analyze_lua_directives.gen.go

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

analyze_njs_directives.gen.go

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)