Skip to content

Commit aeb6c68

Browse files
committed
sorting while creating context
1 parent 66cc63b commit aeb6c68

File tree

11 files changed

+145
-454
lines changed

11 files changed

+145
-454
lines changed

api/grpc/mpi/v1/command.pb.go

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

api/grpc/mpi/v1/command.pb.validate.go

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

api/grpc/mpi/v1/command.proto

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,6 @@ message NGINXPlusRuntimeInfo {
345345
repeated string dynamic_modules = 5;
346346
// the plus API details
347347
APIDetails plus_api = 6;
348-
// to parse all the plus API
349-
repeated APIDetails plus_apis = 7;
350348
}
351349

352350
message APIDetails {

docs/proto/protos.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,6 @@ A set of runtime NGINX Plus settings
11321132
| loadable_modules | [string](#string) | repeated | List of NGINX potentially loadable modules (installed but not loaded). |
11331133
| dynamic_modules | [string](#string) | repeated | List of NGINX dynamic modules. |
11341134
| plus_api | [APIDetails](#mpi-v1-APIDetails) | | the plus API details |
1135-
| plus_apis | [APIDetails](#mpi-v1-APIDetails) | repeated | to parse all the plus API |
11361135

11371136

11381137

internal/datasource/config/configfakes/fake_config_parser.go

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

0 commit comments

Comments
 (0)