Skip to content

Commit

Permalink
Use uppercase field name
Browse files Browse the repository at this point in the history
  • Loading branch information
lixmal committed Jan 23, 2025
1 parent 862d548 commit b951fb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions management/proto/management.pb.go

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

2 changes: 1 addition & 1 deletion management/proto/management.proto
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ message FirewallRule {
RuleAction Action = 3;
RuleProtocol Protocol = 4;
string Port = 5;
PortInfo portInfo = 6;
PortInfo PortInfo = 6;
}

message NetworkAddress {
Expand Down

0 comments on commit b951fb4

Please sign in to comment.