Skip to content

Commit

Permalink
outbound: make RouteError optional (#392)
Browse files Browse the repository at this point in the history
#383 introduced support for route and backend level errors. This commit changes
the structure of these types in order to make the route error optional
(protobuf enums are non-optional values unless an experimental feature is specified).

Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
  • Loading branch information
zaharidichev authored Oct 27, 2024
1 parent 7c5fd84 commit c5648ae
Show file tree
Hide file tree
Showing 18 changed files with 1,329 additions and 3,554 deletions.
642 changes: 117 additions & 525 deletions go/destination/destination.pb.go

Large diffs are not rendered by default.

113 changes: 38 additions & 75 deletions go/destination/destination_grpc.pb.go

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

70 changes: 13 additions & 57 deletions go/grpc_route/grpc_route.pb.go

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

Loading

0 comments on commit c5648ae

Please sign in to comment.