Skip to content

Commit

Permalink
fix typo, add comments, remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbalogh committed Nov 12, 2024
1 parent 4d9a04b commit 9699138
Show file tree
Hide file tree
Showing 15 changed files with 10 additions and 1,639 deletions.
3 changes: 2 additions & 1 deletion protos/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import "bind.proto";

message ValidationRequest {
infra.Infrastructure infrastructure = 1;
bind.Bindings bindingas = 2;
bind.Bindings bindings = 2;
}

message ValidationError {
Expand All @@ -26,6 +26,7 @@ message ValidationError {

message ValidationResponse {
repeated ValidationError errors = 1;
repeated ValidationError warnings = 2;
}

service Service {
Expand Down
Empty file removed src/bind_service.py
Empty file.
Loading

0 comments on commit 9699138

Please sign in to comment.