feat: add grpc support

This commit is contained in:
a.tolmachev
2026-03-25 21:23:57 +03:00
parent ada2436e54
commit 8005510ad2
33 changed files with 1725 additions and 32 deletions
+1
View File
@@ -42,6 +42,7 @@ pub struct GrpcTarget {
pub service: String,
pub method: String,
pub descriptor_ref: DescriptorId,
pub descriptor_set_b64: String,
}
#[derive(Clone, Debug, PartialEq, Eq, Serialize, Deserialize)]