Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions analyze.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ package crossplane
// For mgmt directives, we create a ngxMgmtMainConf as the context, which is not included in the source code.
// For the "if" directive, we create a bitmask ngxConfExpr in crossplane, which is not included in the source code.
//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"
//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"
//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"
//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"

import (
"fmt"
Expand Down
9 changes: 9 additions & 0 deletions analyze_lua_directives.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions analyze_njs_directives.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading