Skip to content

Commit

Permalink
fix: remove plugins from proto (#265)
Browse files Browse the repository at this point in the history
Signed-off-by: surajgour-d11 <[email protected]>
  • Loading branch information
surajgour-d11 authored Oct 25, 2024
1 parent 653191f commit 3391b95
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 115 deletions.
1 change: 1 addition & 0 deletions proto/dream11/od/dto/v1/environment.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ message Environment {
repeated dream11.od.dto.v1.ServiceTask services = 12;
repeated AccountInformation account_information = 13;
optional string updated_by = 14;
optional string provisioning_type = 15;
}

message AccountInformation {
Expand Down
2 changes: 1 addition & 1 deletion proto/dream11/od/dto/v1/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ message ComponentProvisioningConfig {
string component_name = 1;
string deployment_type = 2;
google.protobuf.Struct params = 3;
google.protobuf.Struct plugins = 4;
optional google.protobuf.Struct env_variables = 4;
}

message ProvisioningConfig {
Expand Down
80 changes: 46 additions & 34 deletions proto/gen/go/dream11/od/dto/v1/environment.pb.go

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

Loading

0 comments on commit 3391b95

Please sign in to comment.