Skip to content

Commit

Permalink
fix: proto
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahanmmi committed Apr 15, 2024
1 parent 4ad0df3 commit f9d1802
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion proto/es-sink.proto
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ message AzureResource {
map<string,string> tags = 11;
}

service DescribeService {
service EsSinkService {
rpc DeliverAWSResources(AWSResources) returns (kaytu.entity.v1.ResponseOK) {}
rpc DeliverAzureResources(AzureResources) returns (kaytu.entity.v1.ResponseOK) {}
}
42 changes: 21 additions & 21 deletions proto/src/golang/es-sink.pb.go

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

76 changes: 38 additions & 38 deletions proto/src/golang/es-sink_grpc.pb.go

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

0 comments on commit f9d1802

Please sign in to comment.